From d18e5a3351751742a9f9616635c3caebecfaa211 Mon Sep 17 00:00:00 2001 From: zhouyanli <593579392@qq.com> Date: Sat, 18 Apr 2026 17:30:38 +0800 Subject: [PATCH] =?UTF-8?q?=E7=99=BB=E5=BD=95=E5=88=86=E5=8C=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- property-uniapp-project/pages.json | 56 ++++++++++++++---------------- 1 file changed, 27 insertions(+), 29 deletions(-) diff --git a/property-uniapp-project/pages.json b/property-uniapp-project/pages.json index da98ee5..0703dee 100644 --- a/property-uniapp-project/pages.json +++ b/property-uniapp-project/pages.json @@ -1,32 +1,14 @@ { "pages": [ - // { - // "path": "pages/navigation/navigation", - // "style": { - // "navigationBarTitleText": "引导页", - // "navigationBarTextStyle": "white", - // "enablePullDownRefresh": false, - // "navigationStyle": "custom" - // } - // }, - // { - // "path": "pages/login/pwd-login", - // "style": { - // "navigationBarTitleText": "密码登录", - // "navigationBarTextStyle": "white", - // "enablePullDownRefresh": false, - // "navigationStyle": "custom" - // } - // }, - // { - // "path": "pages/login/login", - // "style": { - // "navigationBarTitleText": "验证码登录", - // "navigationBarTextStyle": "white", - // "enablePullDownRefresh": false, - // "navigationStyle": "custom" - // } - // }, + { + "path": "pages/navigation/navigation", + "style": { + "navigationBarTitleText": "引导页", + "navigationBarTextStyle": "white", + "enablePullDownRefresh": false, + "navigationStyle": "custom" + } + }, { "path": "pages/index/index", @@ -61,6 +43,20 @@ "navigationStyle": "custom" } }, + { + "path": "pwd-login", + "style": { + "navigationBarTitleText": "账号密码登录", + "navigationStyle": "custom" + } + }, + { + "path": "login", + "style": { + "navigationBarTitleText": "验证码登录", + "navigationStyle": "custom" + } + }, { "path": "forget-pwd", "style": { @@ -82,7 +78,8 @@ "pages": [{ "path": "onlineRepair", "style": { - "navigationBarTitleText": "在线报修" + "navigationBarTitleText": "在线报修", + "navigationStyle": "custom" } }, { @@ -128,7 +125,8 @@ "pages": [{ "path": "visitor-list", "style": { - "navigationBarTitleText": "访客邀请" + "navigationBarTitleText": "访客邀请", + "navigationStyle": "custom" } }, {