Showing
7 changed files
with
5 additions
and
5 deletions
@@ -3,10 +3,10 @@ var yohobuy; | @@ -3,10 +3,10 @@ var yohobuy; | ||
3 | require('./js/common'); | 3 | require('./js/common'); |
4 | 4 | ||
5 | require('./js/category/entry'); | 5 | require('./js/category/entry'); |
6 | -require('./js/guang/index'); | ||
7 | -require('./js/home/index'); | ||
8 | -require('./js/index/index'); | ||
9 | -require('./js/passport/index'); | ||
10 | -require('./js/product/index'); | 6 | +require('./js/guang/entry'); |
7 | +require('./js/home/entry'); | ||
8 | +require('./js/index/entry'); | ||
9 | +require('./js/passport/entry'); | ||
10 | +require('./js/product/entry'); | ||
11 | 11 | ||
12 | module.exports = yohobuy; | 12 | module.exports = yohobuy; |
-
Please register or login to post a comment