From 17efddc6a667670dca682bf36b51a43e99615e6d Mon Sep 17 00:00:00 2001
From: k94314517 <8417338+k94314517@user.noreply.gitee.com>
Date: 星期三, 16 十月 2024 15:59:38 +0800
Subject: [PATCH] 代码初始化
---
pda/pages.json | 18 +++++++++---------
1 files changed, 9 insertions(+), 9 deletions(-)
diff --git a/pda/pages.json b/pda/pages.json
index 206c8e9..1ee5126 100644
--- a/pda/pages.json
+++ b/pda/pages.json
@@ -4,18 +4,18 @@
},
"pages": [
{
- "path": "pages/index/index",
- "style": {
- "navigationBarTitleText": "璋冨害骞冲彴",
- "enablePullDownRefresh": false
- }
- },
- {
"path": "pages/index/login",
"style": {
"navigationBarTitleText": "鐧诲綍",
"enablePullDownRefresh": false
}
+ },
+ {
+ "path": "pages/index/index",
+ "style": {
+ "navigationStyle": "custom",
+ "enablePullDownRefresh": false
+ }
},
{
"path": "pages/index/center",
@@ -47,9 +47,9 @@
}
],
"globalStyle": {
- "navigationBarTextStyle": "black",
+ "navigationBarTextStyle": "white",
"navigationBarTitleText": "",
- "navigationBarBackgroundColor": "#ffffff",
+ "navigationBarBackgroundColor": "#4d99a9",
"backgroundColor": "#ffffff"
},
"uniIdRouter": {}
--
Gitblit v1.9.3