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