From 77c2bdd45ca70e57667b346585edc5034cbd821e Mon Sep 17 00:00:00 2001
From: Liuyi <candymxq888@outlook.com>
Date: 星期六, 28 九月 2024 17:48:30 +0800
Subject: [PATCH] 调通地址管理及新增接口,调整树形区域组件

---
 pages.json |   24 ++++++++++++------------
 1 files changed, 12 insertions(+), 12 deletions(-)

diff --git a/pages.json b/pages.json
index 76bc494..093e383 100644
--- a/pages.json
+++ b/pages.json
@@ -1,12 +1,6 @@
 {
 	"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
 		{
-			"path" : "pages/addressAdd/index",
-			"style": {
-				"navigationStyle":"custom"
-			}
-		},
-		{
 			"path": "pages/index/index",
 			"style": {
 				"navigationStyle":"custom"
@@ -54,17 +48,23 @@
 				"navigationStyle":"custom"
 			}
 		},
-		// {
-		// 	"path" : "pages/addressAdd/index",
-		// 	"style": {
-		// 		"navigationStyle":"custom"
-		// 	}
-		// },
+		{
+			"path" : "pages/addressAdd/index",
+			"style": {
+				"navigationStyle":"custom"
+			}
+		},
 		{
 			"path" : "pages/addressLocate/index",
 			"style": {
 				"navigationStyle":"custom"
 			}
+		},
+		{
+			"path" : "pages/success/index",
+			"style": {
+				"navigationStyle":"custom"
+			}
 		}
 	],
 	"globalStyle": {

--
Gitblit v1.9.3