Commit 91c73cb1450f1ca6599e1995113e7a6f33ba8a2c
Merge branch 'dev_20191230' into dev
Showing
1 changed file
with
4 additions
and
3 deletions
app.json
1 | 1 | { |
2 | - "pages": [ | |
3 | - "pages/user/labels/labels", | |
2 | + "pages": [ | |
4 | 3 | "pages/index/index/index", |
5 | 4 | "pages/goods/categoryList/categoryList", |
6 | 5 | "pages/cart/cart/cart", |
... | ... | @@ -77,7 +76,9 @@ |
77 | 76 | "pages/user/my_service/tment_details", |
78 | 77 | "pages/user/my_service/tment_eval", |
79 | 78 | "pages/user/my_service/tment_order_list", |
80 | - "pages/user/my_service/beauty_deta" | |
79 | + "pages/user/my_service/beauty_deta", | |
80 | + | |
81 | + "pages/user/labels/labels" | |
81 | 82 | ], |
82 | 83 | "permission": { |
83 | 84 | "scope.userLocation": { | ... | ... |