From c212c9ab501e1aff9e2dd90e8e87871c0bc7f1bc Mon Sep 17 00:00:00 2001
From: xuxueyang <xuxy@fengyuntec.com>
Date: 星期二, 30 七月 2024 14:03:29 +0800
Subject: [PATCH] fix bug

---
 pages.json |   35 ++++++++++++++++++-----------------
 1 files changed, 18 insertions(+), 17 deletions(-)

diff --git a/pages.json b/pages.json
index 1fc9c7a..6987faf 100644
--- a/pages.json
+++ b/pages.json
@@ -3,22 +3,7 @@
 	"easycom": {
 		"^u-(.*)": "uview-ui/components/u-$1/u-$1.vue"
 	},
-	"pages": [{
-			"path": "pages/login/supplier-login",
-			"style": {
-				"navigationBarTitleText": "登录",
-				"enablePullDownRefresh": false,
-				"navigationStyle": "custom"
-			}
-		},
-		{
-			"path": "pages/home/supplier-home",
-			"style": {
-				"navigationBarTitleText": "首页",
-				"enablePullDownRefresh": true,
-				"navigationStyle": "custom"
-			}
-		},
+	"pages": [
 		// #ifdef PUB_CUSTOMER
 		{
 			"path": "pages/home/home",
@@ -34,7 +19,23 @@
 				"navigationBarTitleText": "收货地址"
 			}
 		},
-		// #endif
+		// #endif
+		{
+				"path": "pages/login/supplier-login",
+				"style": {
+					"navigationBarTitleText": "登录",
+					"enablePullDownRefresh": false,
+					"navigationStyle": "custom"
+				}
+			},
+			{
+				"path": "pages/home/supplier-home",
+				"style": {
+					"navigationBarTitleText": "首页",
+					"enablePullDownRefresh": true,
+					"navigationStyle": "custom"
+				}
+			},
 		{
 			"path": "pages/login/supplier-reg",
 			"style": {

--
Gitblit v1.9.3