From fbdc9fd53ce80d89b70184db67258f7b3b3a2ebb Mon Sep 17 00:00:00 2001
From: guoshilong <123456>
Date: Fri, 27 Oct 2023 14:51:58 +0800
Subject: [PATCH] 登录、切换角色

---
 pages.json |   14 +-------------
 1 files changed, 1 insertions(+), 13 deletions(-)

diff --git a/pages.json b/pages.json
index c5ca68c..4609b3a 100644
--- a/pages.json
+++ b/pages.json
@@ -12,15 +12,6 @@
 				"navigationStyle": "custom"
 			}
 		},
-		//巡查首页
-		{
-			"path": "pages/home/patrolIndex",
-			"style": {
-				"navigationBarTitleText": "首页",
-				"enablePullDownRefresh": true,
-				"navigationStyle": "custom"
-			}
-		},
 		{
 			"path": "pages/user/center",
 			"style": {
@@ -30,7 +21,7 @@
 			}
 		},
 		{
-			"path": "pages/login/index",
+			"path": "pages/login/login-account",
 			"style": {
 				// "navigationBarTitleText": "",
 				"enablePullDownRefresh": false,
@@ -393,9 +384,6 @@
 		"backgroundColor": "#ffffff",
 		"list": [{
 				"pagePath": "pages/home/index"
-			},
-			{
-				"pagePath": "pages/home/patrolIndex"
 			},
 			{
 				"pagePath": "pages/user/center"

--
Gitblit v1.9.3