Commit d499a03d8d1a942ce9d638153424dc55e4ce4bb5
1 parent
650ce77f
分包设置
Showing
1 changed file
with
32 additions
and
36 deletions
app.json
... | ... | @@ -13,32 +13,24 @@ |
13 | 13 | "pages/user/index/index", |
14 | 14 | "pages/user/order_list/order_list", |
15 | 15 | "pages/user/order_detail/order_detail", |
16 | - "pages/user/visit_log/visit_log", | |
17 | 16 | "pages/user/address_list/address_list", |
18 | 17 | "pages/user/userinfo/userinfo", |
19 | 18 | "pages/user/return_goods_list/return_goods_list", |
20 | - "pages/user/userinfo_edit/userinfo_edit", | |
21 | - "pages/user/collect_list/collect_list", | |
22 | 19 | "pages/user/coupon/coupon", |
23 | 20 | "pages/user/checkcoupon/checkcoupon", |
24 | 21 | "pages/user/add_address/add_address", |
25 | - "pages/user/account_list/account_list", | |
26 | - "pages/user/points_list/points_list", | |
27 | - "pages/user/recharge_list/recharge_list", | |
28 | 22 | "pages/user/withdrawals_list/withdrawals_list", |
29 | 23 | "pages/user/add_comment/add_comment", |
30 | 24 | "pages/user/return_goods_info/return_goods_info", |
31 | 25 | "pages/user/return_goods/return_goods", |
32 | 26 | "pages/user/withdrawals/withdrawals", |
33 | 27 | "pages/user/recharge/recharge", |
34 | - "pages/user/message_notice/message_notice", | |
35 | 28 | "pages/user/express/express", |
36 | 29 | "pages/user/binding_info/binding_info", |
37 | 30 | "pages/user/get_user_info/get_user_info", |
38 | 31 | "pages/activity/seckill_list/seckill_list", |
39 | 32 | "pages/activity/pind_list/pind_list", |
40 | 33 | "pages/togoin/togoin", |
41 | - "pages/getphone/getphone", | |
42 | 34 | "pages/team/team_success/team_success", |
43 | 35 | "pages/team/team_show/team_show", |
44 | 36 | "pages/team/team_ping/team_ping", |
... | ... | @@ -66,36 +58,40 @@ |
66 | 58 | "pages/user/plus/plus", |
67 | 59 | "pages/user/cardinfo/cardinfo", |
68 | 60 | "pages/user/Detailed/Detailed", |
69 | - "pages/user/Change_phone/Change_phone", | |
70 | - "pages/user/my_service/appment_main", | |
71 | - "pages/user/my_service/i_service", | |
72 | - "pages/user/my_service/cosmetology_list", | |
73 | - "pages/user/my_service/hist_service", | |
74 | - "pages/user/my_service/tment_details", | |
75 | - "pages/user/my_service/tment_eval", | |
76 | - "pages/user/my_service/tment_order_list", | |
77 | - "pages/user/my_service/beauty_deta", | |
78 | - "pages/user/labels/labels", | |
79 | - | |
80 | - "pages/user/view_comment/view_comment", | |
81 | - "pages/giftpack/birthdaygift/birthdaygift", | |
82 | - "pages/user/comment/comment", | |
83 | - "pages/giftpack/evaluategift/evaluategift", | |
84 | - "pages/giftpack/newvipgift/newvipgift", | |
85 | - "pages/giftpack/payment/payment", | |
86 | - "pages/giftpack/buygiftpack/giftpackbuy", | |
87 | - "pages/giftpack/giftpacklist/giftpacklist", | |
88 | - "pages/giftpack/mygiftpack/mygiftpack", | |
89 | - | |
90 | - "pages/user/assistance/giftpacklist", | |
91 | - "pages/user/assistance/task_assistance", | |
92 | - "pages/user/assistance/friend_assistance", | |
93 | - "pages/user/assistance/assistance_success", | |
94 | - "pages/user/assistance/assistance", | |
95 | - | |
96 | - "pages/test/zhuli_test" | |
61 | + "pages/user/Change_phone/Change_phone" | |
62 | + | |
97 | 63 | |
98 | 64 | ], |
65 | + "SubPackages":[ | |
66 | + { | |
67 | + "root":"packageA", | |
68 | + "pages":[ | |
69 | + "pages/user/my_service/appment_main", | |
70 | + "pages/user/my_service/i_service", | |
71 | + "pages/user/my_service/cosmetology_list", | |
72 | + "pages/user/my_service/hist_service", | |
73 | + "pages/user/my_service/tment_details", | |
74 | + "pages/user/my_service/tment_eval", | |
75 | + "pages/user/my_service/tment_order_list", | |
76 | + "pages/user/my_service/beauty_deta", | |
77 | + "pages/user/labels/labels", | |
78 | + "pages/user/view_comment/view_comment", | |
79 | + "pages/giftpack/birthdaygift/birthdaygift", | |
80 | + "pages/user/comment/comment", | |
81 | + "pages/giftpack/evaluategift/evaluategift", | |
82 | + "pages/giftpack/newvipgift/newvipgift", | |
83 | + "pages/giftpack/payment/payment", | |
84 | + "pages/giftpack/buygiftpack/giftpackbuy", | |
85 | + "pages/giftpack/giftpacklist/giftpacklist", | |
86 | + "pages/giftpack/mygiftpack/mygiftpack", | |
87 | + "pages/user/assistance/giftpacklist", | |
88 | + "pages/user/assistance/task_assistance", | |
89 | + "pages/user/assistance/friend_assistance", | |
90 | + "pages/user/assistance/assistance_success", | |
91 | + "pages/user/assistance/assistance" | |
92 | + ] | |
93 | + } | |
94 | + ], | |
99 | 95 | "permission": { |
100 | 96 | "scope.userLocation": { |
101 | 97 | "desc": "获取你的位置信息" | ... | ... |