Commit 426ec47a860753f5ef3a18fa7f7a676e35e44a0c

Authored by season
1 parent 7a12a353

app.json位置优化

Showing 1 changed file with 16 additions and 13 deletions
app.json
1 1 {
2 2 "pages": [
3   - "pages/index/index/index",
4   - "pages/user/assistance/giftpacklist",
5   - "pages/user/assistance/task_assistance",
6   - "pages/user/share/share",
7   - "pages/giftpack/birthdaygift/birthdaygift",
8   - "pages/user/comment/comment",
9   - "pages/giftpack/evaluategift/evaluategift",
10   - "pages/giftpack/newvipgift/newvipgift",
11   - "pages/giftpack/payment/payment",
12   - "pages/giftpack/buygiftpack/giftpackbuy",
13   - "pages/giftpack/giftpacklist/giftpacklist",
14   - "pages/giftpack/mygiftpack/mygiftpack",
  3 + "pages/index/index/index",
15 4 "pages/goods/categoryList/categoryList",
16 5 "pages/cart/cart/cart",
17 6 "pages/cart/cart2/cart2",
... ... @@ -88,7 +77,21 @@
88 77 "pages/user/my_service/tment_order_list",
89 78 "pages/user/my_service/beauty_deta",
90 79 "pages/user/labels/labels",
91   - "pages/user/view_comment/view_comment"
  80 +
  81 + "pages/user/view_comment/view_comment",
  82 + "pages/giftpack/birthdaygift/birthdaygift",
  83 + "pages/user/comment/comment",
  84 + "pages/giftpack/evaluategift/evaluategift",
  85 + "pages/giftpack/newvipgift/newvipgift",
  86 + "pages/giftpack/payment/payment",
  87 + "pages/giftpack/buygiftpack/giftpackbuy",
  88 + "pages/giftpack/giftpacklist/giftpacklist",
  89 + "pages/giftpack/mygiftpack/mygiftpack",
  90 +
  91 + "pages/user/assistance/giftpacklist",
  92 + "pages/user/assistance/task_assistance"
  93 +
  94 +
92 95 ],
93 96 "permission": {
94 97 "scope.userLocation": {
... ...