From 5fecc9e46d448df3de987504440c4fdd582f858e Mon Sep 17 00:00:00 2001
From: quanyawei <401863037@qq.com>
Date: Tue, 31 Oct 2023 10:35:40 +0800
Subject: [PATCH] fix:小程序秒级数据和登录授权
---
pages.json | 7 +++++++
1 files changed, 7 insertions(+), 0 deletions(-)
diff --git a/pages.json b/pages.json
index 0122ed8..395274f 100644
--- a/pages.json
+++ b/pages.json
@@ -44,6 +44,13 @@
"disableSwipeBack": true,
"navigationStyle": "custom"
}
+ }, {
+ "path": "pages/actionChange/secondLevelData/index",
+ "style": {
+ "navigationBarTitleText": "������������",
+ "enablePullDownRefresh": false,
+ "disableSwipeBack": true
+ }
}
]
// "tabBar": {
--
Gitblit v1.8.0