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 | 166 +++++++++++++++++++++++++++++++++++++++++++------------
1 files changed, 129 insertions(+), 37 deletions(-)
diff --git a/pages.json b/pages.json
index b43a33e..5e7cfa4 100644
--- a/pages.json
+++ b/pages.json
@@ -1,53 +1,145 @@
{
"pages": [ //pages鏁扮粍涓涓�椤硅〃绀哄簲鐢ㄥ惎鍔ㄩ〉锛屽弬鑰冿細https://uniapp.dcloud.io/collocation/pages
+
{
- "path": "pages/index/index",
- "style": {
- "navigationBarTitleText": "PDA棣栭〉"
- }
- },{
- "path" : "pages/basics/sale",
- "style" :
- {
- "navigationBarTitleText": "涓婃灦绠$悊",
- "enablePullDownRefresh": false
- }
- },{
- "path" : "pages/basics/pakin",
+ "path" : "pages/test/test01",
"style" :
{
- "navigationBarTitleText": "缁勬墭鍏ュ簱",
+ "navigationBarTitleText": "娴嬭瘯1",
"enablePullDownRefresh": false
- }
- },{
- "path" : "pages/login/login",
- "style": {
- "navigationBarBackgroundColor":"#ffffff",
- "navigationBarTextStyle":"black",
- "navigationBarTitleText": "鐧诲綍"
- }
- },{
- "path" : "pages/basics/logOut",
+ }
+
+ },
+ {
+ "path": "pages/LoginDemo/LoginDemo",
+ "style": {
+ "navigationBarTitleText": "鐧诲綍"
+ }
+ },
+ {
+ "path": "pages/home/home",
+ "style": {
+ "navigationBarTitleText": "Home"
+ }
+ },
+ {
+ "path": "pages/component/demo",
+ "style": {
+ "navigationBarTitleText": "娴嬭瘯"
+ }
+ },
+ {
+ "path": "pages/common/data-list/dataDetail",
+ "style": {
+ "navigationBarTitleText": "鏄庣粏"
+ }
+ },
+ {
+ "path": "pages/project/bf/home/home",
+ "style": {
+ "navigationBarTitleText": "涓婚〉"
+ }
+ },
+ {
+ "path": "pages/project/jf/home/home",
+ "style": {
+ "navigationBarTitleText": "涓婚〉"
+ }
+ },
+ {
+ "path": "pages/project/jk/home/home",
+ "style": {
+ "navigationBarTitleText": "涓婚〉"
+ }
+ },
+ {
+ "path": "pages/project/tzsk/home/home",
+ "style": {
+ "navigationBarTitleText": "涓婚〉"
+ }
+ },
+ {
+ "path": "pages/project/demo/home/home",
+ "style": {
+ "navigationBarTitleText": "Demo Home"
+ }
+ },
+ {
+ "path": "pages/project/ps/home/home",
+ "style": {
+ "navigationBarTitleText": "涓婚〉"
+ }
+ },
+ {
+ "path" : "pages/project/ps/pakin/pakin",
"style" :
{
- "navigationBarTitleText": "閫�鍑虹櫥褰�",
+ "navigationBarTitleText": "缁勬墭",
"enablePullDownRefresh": false
}
+
}
+ ,{
+ "path" : "pages/project/pakin/pakin",
+ "style" :
+ {
+ "navigationBarTitleText": "缁勬墭鍏ュ簱",
+ "enablePullDownRefresh": false,
+ "app-plus": {
+ "titleNView": {
+ "backgroundColor": "#fff"
+ }
+ }
+ }
+
+ }
+ ,{
+ "path" : "pages/maoboli/card",
+ "style" :
+ {
+ "navigationBarTitleText": "card",
+ "enablePullDownRefresh": false
+ }
+
+ },
+ {
+ "path" : "pages/maoboli/maoboli",
+ "style" :
+ {
+ "navigationBarTitleText": "姣涚幓鐠�",
+ "enablePullDownRefresh": false
+
+
+ }
+
+
+ },
+ {
+ "path" : "pages/common/mat/matPick",
+ "style" :
+ {
+ "navigationBarTitleText" : "鎻愬彇鐗╂枡",
+ "enablePullDownRefresh" : false
+ }
+ },
+ {
+ "path" : "pages/user/user",
+ "style" :
+ {
+ "navigationBarTitleText" : "璐﹀彿",
+ "enablePullDownRefresh" : false
+ }
+ }
],
"globalStyle": {
"navigationBarTextStyle": "black",
- "navigationBarTitleText": "PDA缁堢",
- "navigationBarBackgroundColor": "#FFFFFF"
+ "navigationBarTitleText": "uni-app",
+ "navigationBarBackgroundColor": "#fff",
+ "backgroundColor": "#fff",
+ "app-plus": {
+ "bounce": "none"
+ }
+
},
- "condition" : { //妯″紡閰嶇疆锛屼粎寮�鍙戞湡闂寸敓鏁�
- "current": 0, //褰撳墠婵�娲荤殑妯″紡(list 鐨勭储寮曢」)
- "list": [
- {
- "name": "", //妯″紡鍚嶇О
- "path": "", //鍚姩椤甸潰锛屽繀閫�
- "query": "" //鍚姩鍙傛暟锛屽湪椤甸潰鐨刼nLoad鍑芥暟閲岄潰寰楀埌
- }
- ]
- }
+ "uniIdRouter": {}
}
--
Gitblit v1.9.1