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, 24 insertions(+), 0 deletions(-) diff --git a/pages.json b/pages.json index 1f90b6f..093e383 100644 --- a/pages.json +++ b/pages.json @@ -41,6 +41,30 @@ "style": { "navigationStyle":"custom" } + }, + { + "path" : "pages/addressEdit/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