From 9ab6b38c098f857f2ce0772693142c930e4f9b6d Mon Sep 17 00:00:00 2001
From: whycq <913841844@qq.com>
Date: 星期六, 30 三月 2024 10:44:03 +0800
Subject: [PATCH] #
---
pages.json | 31 +++++++++++++++++++++++++++++--
1 files changed, 29 insertions(+), 2 deletions(-)
diff --git a/pages.json b/pages.json
index 7d0712a..5e7cfa4 100644
--- a/pages.json
+++ b/pages.json
@@ -1,7 +1,15 @@
{
"pages": [ //pages鏁扮粍涓涓�椤硅〃绀哄簲鐢ㄥ惎鍔ㄩ〉锛屽弬鑰冿細https://uniapp.dcloud.io/collocation/pages
-
+ {
+ "path" : "pages/test/test01",
+ "style" :
+ {
+ "navigationBarTitleText": "娴嬭瘯1",
+ "enablePullDownRefresh": false
+ }
+
+ },
{
"path": "pages/LoginDemo/LoginDemo",
"style": {
@@ -105,13 +113,32 @@
}
+ },
+ {
+ "path" : "pages/common/mat/matPick",
+ "style" :
+ {
+ "navigationBarTitleText" : "鎻愬彇鐗╂枡",
+ "enablePullDownRefresh" : false
+ }
+ },
+ {
+ "path" : "pages/user/user",
+ "style" :
+ {
+ "navigationBarTitleText" : "璐﹀彿",
+ "enablePullDownRefresh" : false
+ }
}
],
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "uni-app",
"navigationBarBackgroundColor": "#fff",
- "backgroundColor": "#fff"
+ "backgroundColor": "#fff",
+ "app-plus": {
+ "bounce": "none"
+ }
},
"uniIdRouter": {}
--
Gitblit v1.9.1