From dd30ebedd3c0a1f0174f1ec189ff6008bfcc8588 Mon Sep 17 00:00:00 2001 From: season Date: Thu, 5 Mar 2020 16:44:05 +0800 Subject: [PATCH] json格式优化 --- app.json | 56 +++++++++++++++++++++++++------------------------------- 1 file changed, 25 insertions(+), 31 deletions(-) diff --git a/app.json b/app.json index 987d7a6..882dddc 100644 --- a/app.json +++ b/app.json @@ -31,6 +31,7 @@ "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", @@ -58,40 +59,33 @@ "pages/user/plus/plus", "pages/user/cardinfo/cardinfo", "pages/user/Detailed/Detailed", - "pages/user/Change_phone/Change_phone" + "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" ], - "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