From 426ec47a860753f5ef3a18fa7f7a676e35e44a0c Mon Sep 17 00:00:00 2001 From: season Date: Tue, 14 Jan 2020 14:32:22 +0800 Subject: [PATCH] app.json位置优化 --- app.json | 29 ++++++++++++++++------------- 1 file changed, 16 insertions(+), 13 deletions(-) diff --git a/app.json b/app.json index ac24f96..73cb4fb 100644 --- a/app.json +++ b/app.json @@ -1,17 +1,6 @@ { "pages": [ - "pages/index/index/index", - "pages/user/assistance/giftpacklist", - "pages/user/assistance/task_assistance", - "pages/user/share/share", - "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/index/index/index", "pages/goods/categoryList/categoryList", "pages/cart/cart/cart", "pages/cart/cart2/cart2", @@ -88,7 +77,21 @@ "pages/user/my_service/tment_order_list", "pages/user/my_service/beauty_deta", "pages/user/labels/labels", - "pages/user/view_comment/view_comment" + + "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" + + ], "permission": { "scope.userLocation": { -- libgit2 0.21.4