From 23d995492666cbe4e2504a5de9b10c25e40355cf Mon Sep 17 00:00:00 2001 From: season Date: Thu, 19 Dec 2019 10:31:29 +0800 Subject: [PATCH] app。json目录顺序调整 --- app.json | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/app.json b/app.json index 1673ae4..2b76d1a 100644 --- a/app.json +++ b/app.json @@ -1,6 +1,5 @@ { - "pages": [ - "pages/user/labels/labels", + "pages": [ "pages/index/index/index", "pages/goods/categoryList/categoryList", "pages/cart/cart/cart", @@ -77,7 +76,9 @@ "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/my_service/beauty_deta", + + "pages/user/labels/labels" ], "permission": { "scope.userLocation": { -- libgit2 0.21.4