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 | 54 ++++++++++++++++++++++++++++++++++++++++++++++++------ 1 files changed, 48 insertions(+), 6 deletions(-) diff --git a/pages.json b/pages.json index abf6a93..093e383 100644 --- a/pages.json +++ b/pages.json @@ -7,12 +7,6 @@ } }, { - "path": "pages/login/index", - "style": { - "navigationStyle":"custom" - } - }, - { "path" : "pages/addCard/index", "style": { "navigationStyle":"custom" @@ -23,6 +17,54 @@ "style": { "navigationStyle":"custom" } + }, + { + "path" : "pages/recharge/index", + "style": { + "navigationStyle":"custom" + } + }, + { + "path" : "pages/sendWater/index", + "style": { + "navigationStyle":"custom" + } + }, + { + "path" : "pages/preSendWater/index", + "style": { + "navigationStyle":"custom" + } + }, + { + "path" : "pages/address/index", + "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