From d499a03d8d1a942ce9d638153424dc55e4ce4bb5 Mon Sep 17 00:00:00 2001 From: season Date: Thu, 27 Feb 2020 09:27:06 +0800 Subject: [PATCH] 分包设置 --- app.json | 68 ++++++++++++++++++++++++++++++++------------------------------------ 1 file changed, 32 insertions(+), 36 deletions(-) diff --git a/app.json b/app.json index d60da06..987d7a6 100644 --- a/app.json +++ b/app.json @@ -13,32 +13,24 @@ "pages/user/index/index", "pages/user/order_list/order_list", "pages/user/order_detail/order_detail", - "pages/user/visit_log/visit_log", "pages/user/address_list/address_list", "pages/user/userinfo/userinfo", "pages/user/return_goods_list/return_goods_list", - "pages/user/userinfo_edit/userinfo_edit", - "pages/user/collect_list/collect_list", "pages/user/coupon/coupon", "pages/user/checkcoupon/checkcoupon", "pages/user/add_address/add_address", - "pages/user/account_list/account_list", - "pages/user/points_list/points_list", - "pages/user/recharge_list/recharge_list", "pages/user/withdrawals_list/withdrawals_list", "pages/user/add_comment/add_comment", "pages/user/return_goods_info/return_goods_info", "pages/user/return_goods/return_goods", "pages/user/withdrawals/withdrawals", "pages/user/recharge/recharge", - "pages/user/message_notice/message_notice", "pages/user/express/express", "pages/user/binding_info/binding_info", "pages/user/get_user_info/get_user_info", "pages/activity/seckill_list/seckill_list", "pages/activity/pind_list/pind_list", "pages/togoin/togoin", - "pages/getphone/getphone", "pages/team/team_success/team_success", "pages/team/team_show/team_show", "pages/team/team_ping/team_ping", @@ -66,36 +58,40 @@ "pages/user/plus/plus", "pages/user/cardinfo/cardinfo", "pages/user/Detailed/Detailed", - "pages/user/Change_phone/Change_phone", - "pages/user/my_service/appment_main", - "pages/user/my_service/i_service", - "pages/user/my_service/cosmetology_list", - "pages/user/my_service/hist_service", - "pages/user/my_service/tment_details", - "pages/user/my_service/tment_eval", - "pages/user/my_service/tment_order_list", - "pages/user/my_service/beauty_deta", - "pages/user/labels/labels", - - "pages/user/view_comment/view_comment", - "pages/giftpack/birthdaygift/birthdaygift", - "pages/user/comment/comment", - "pages/giftpack/evaluategift/evaluategift", - "pages/giftpack/newvipgift/newvipgift", - "pages/giftpack/payment/payment", - "pages/giftpack/buygiftpack/giftpackbuy", - "pages/giftpack/giftpacklist/giftpacklist", - "pages/giftpack/mygiftpack/mygiftpack", - - "pages/user/assistance/giftpacklist", - "pages/user/assistance/task_assistance", - "pages/user/assistance/friend_assistance", - "pages/user/assistance/assistance_success", - "pages/user/assistance/assistance", - - "pages/test/zhuli_test" + "pages/user/Change_phone/Change_phone" + ], + "SubPackages":[ + { + "root":"packageA", + "pages":[ + "pages/user/my_service/appment_main", + "pages/user/my_service/i_service", + "pages/user/my_service/cosmetology_list", + "pages/user/my_service/hist_service", + "pages/user/my_service/tment_details", + "pages/user/my_service/tment_eval", + "pages/user/my_service/tment_order_list", + "pages/user/my_service/beauty_deta", + "pages/user/labels/labels", + "pages/user/view_comment/view_comment", + "pages/giftpack/birthdaygift/birthdaygift", + "pages/user/comment/comment", + "pages/giftpack/evaluategift/evaluategift", + "pages/giftpack/newvipgift/newvipgift", + "pages/giftpack/payment/payment", + "pages/giftpack/buygiftpack/giftpackbuy", + "pages/giftpack/giftpacklist/giftpacklist", + "pages/giftpack/mygiftpack/mygiftpack", + "pages/user/assistance/giftpacklist", + "pages/user/assistance/task_assistance", + "pages/user/assistance/friend_assistance", + "pages/user/assistance/assistance_success", + "pages/user/assistance/assistance" + ] + } + ], "permission": { "scope.userLocation": { "desc": "获取你的位置信息" -- libgit2 0.21.4