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 | 12 ++++++------ 1 files changed, 6 insertions(+), 6 deletions(-) diff --git a/pages.json b/pages.json index a407d75..093e383 100644 --- a/pages.json +++ b/pages.json @@ -1,11 +1,5 @@ { "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages - // { - // "path" : "pages/addressAdd/index", - // "style": { - // "navigationStyle":"custom" - // } - // }, { "path": "pages/index/index", "style": { @@ -65,6 +59,12 @@ "style": { "navigationStyle":"custom" } + }, + { + "path" : "pages/success/index", + "style": { + "navigationStyle":"custom" + } } ], "globalStyle": { -- Gitblit v1.9.3