From 42dd537a52e9886fdcb1f3ee4ee14f19ee46933c Mon Sep 17 00:00:00 2001
From: whycq <913841844@qq.com>
Date: 星期六, 07 十月 2023 21:49:27 +0800
Subject: [PATCH] #
---
pages.json | 64 ++++++++++----------------------
1 files changed, 20 insertions(+), 44 deletions(-)
diff --git a/pages.json b/pages.json
index b43a33e..bfdde9b 100644
--- a/pages.json
+++ b/pages.json
@@ -1,53 +1,29 @@
{
"pages": [ //pages鏁扮粍涓涓�椤硅〃绀哄簲鐢ㄥ惎鍔ㄩ〉锛屽弬鑰冿細https://uniapp.dcloud.io/collocation/pages
{
- "path": "pages/index/index",
+ "path": "pages/component/demo",
"style": {
- "navigationBarTitleText": "PDA棣栭〉"
+ "navigationBarTitleText": "娴嬭瘯"
}
- },{
- "path" : "pages/basics/sale",
- "style" :
- {
- "navigationBarTitleText": "涓婃灦绠$悊",
- "enablePullDownRefresh": false
- }
- },{
- "path" : "pages/basics/pakin",
- "style" :
- {
- "navigationBarTitleText": "缁勬墭鍏ュ簱",
- "enablePullDownRefresh": false
- }
- },{
- "path" : "pages/login/login",
- "style": {
- "navigationBarBackgroundColor":"#ffffff",
- "navigationBarTextStyle":"black",
- "navigationBarTitleText": "鐧诲綍"
- }
- },{
- "path" : "pages/basics/logOut",
- "style" :
- {
- "navigationBarTitleText": "閫�鍑虹櫥褰�",
- "enablePullDownRefresh": false
- }
- }
- ],
+ },
+ {
+ "path": "pages/LoginDemo/LoginDemo",
+ "style": {
+ "navigationBarTitleText": "鐧诲綍"
+ }
+ },
+ {
+ "path": "pages/common/data-list/dataDetail",
+ "style": {
+ "navigationBarTitleText": "鏄庣粏"
+ }
+ }
+ ],
"globalStyle": {
"navigationBarTextStyle": "black",
- "navigationBarTitleText": "PDA缁堢",
- "navigationBarBackgroundColor": "#FFFFFF"
+ "navigationBarTitleText": "uni-app",
+ "navigationBarBackgroundColor": "#F8F8F8",
+ "backgroundColor": "#F8F8F8"
},
- "condition" : { //妯″紡閰嶇疆锛屼粎寮�鍙戞湡闂寸敓鏁�
- "current": 0, //褰撳墠婵�娲荤殑妯″紡(list 鐨勭储寮曢」)
- "list": [
- {
- "name": "", //妯″紡鍚嶇О
- "path": "", //鍚姩椤甸潰锛屽繀閫�
- "query": "" //鍚姩鍙傛暟锛屽湪椤甸潰鐨刼nLoad鍑芥暟閲岄潰寰楀埌
- }
- ]
- }
+ "uniIdRouter": {}
}
--
Gitblit v1.9.1