Commit d3dddbf6cc1c3053ba30dc09c1c57781a901ae3a
1 parent
ff93b366
json测试
Showing
1 changed file
with
3 additions
and
3 deletions
app.json
1 | 1 | { |
2 | - "pages": [ | |
3 | - | |
2 | + "pages": [ | |
4 | 3 | "pages/index/index/index", |
5 | 4 | "pages/goods/categoryList/categoryList", |
6 | 5 | "pages/cart/cart/cart", |
... | ... | @@ -83,7 +82,8 @@ |
83 | 82 | "pages/user/assistance/friend_assistance", |
84 | 83 | "pages/user/assistance/assistance_success", |
85 | 84 | "pages/user/assistance/assistance", |
86 | - "pages/video/index" | |
85 | + "pages/video/index", | |
86 | + "pages/template/index" | |
87 | 87 | |
88 | 88 | ], |
89 | 89 | "permission": { | ... | ... |