Commit 23d995492666cbe4e2504a5de9b10c25e40355cf

Authored by season
1 parent 8c05e2f9

app。json目录顺序调整

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": {
... ...