From 0e7b40d43d7cabdd8a06cffba8ab2279c58502b2 Mon Sep 17 00:00:00 2001
From: zhongrj <646384940@qq.com>
Date: Fri, 27 Oct 2023 16:52:46 +0800
Subject: [PATCH] Merge branch 'master' of http://s16s652780.51mypc.cn:49896/r/jczz_app

---
 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