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 | 14 +++++++-------
1 files changed, 7 insertions(+), 7 deletions(-)
diff --git a/pda/pages.json b/pda/pages.json
index 3e194d5..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",
--
Gitblit v1.9.3