From 3bdac82e0066f97307fc6a7177cecdf89a5ba7e1 Mon Sep 17 00:00:00 2001
From: whycq <whycq>
Date: 星期四, 07 四月 2022 09:23:39 +0800
Subject: [PATCH] #
---
pages.json | 111 +++++++++++++++++++++++++++++++++++++++++++------------
1 files changed, 87 insertions(+), 24 deletions(-)
diff --git a/pages.json b/pages.json
index 55cc29e..1672199 100644
--- a/pages.json
+++ b/pages.json
@@ -1,61 +1,124 @@
{
"pages": [ //pages鏁扮粍涓涓�椤硅〃绀哄簲鐢ㄥ惎鍔ㄩ〉锛屽弬鑰冿細https://uniapp.dcloud.io/collocation/pages
{
- "path": "pages/index/index",
- "style": {
- "navigationBarTitleText": "PDA棣栭〉"
- }
- }
- ,
- {
"path" : "pages/login/login",
"style": {
"navigationBarBackgroundColor":"#ffffff",
"navigationBarTextStyle":"black",
"navigationBarTitleText": "鐧诲綍"
}
- },
- {
+ },{
+ "path": "pages/index/index",
+ "style": {
+ "navigationBarTitleText": "PDA棣栭〉"
+ }
+ },{
+ "path" : "pages/basics/store",
+ "style" :
+ {
+ "navigationBarTitleText": "鍏ュ簱",
+ "enablePullDownRefresh": false
+ }
+ },{
+ "path" : "pages/basics/delivery",
+ "style" :
+ {
+ "navigationBarTitleText": "鍑哄簱",
+ "enablePullDownRefresh": false
+ }
+ },{
+ "path" : "pages/basics/sale",
+ "style" :
+ {
+ "navigationBarTitleText": "涓婃灦绠$悊",
+ "enablePullDownRefresh": false
+ }
+ },{
+ "path" : "pages/basics/saleDetl",
+ "style" :
+ {
+ "navigationBarTitleText": "鍏ュ簱",
+ "enablePullDownRefresh": false
+ }
+ },{
+ "path" : "pages/basics/publish",
+ "style" :
+ {
+ "navigationBarTitleText": "蹇�熶笂鏋�",
+ "enablePullDownRefresh": false
+ }
+ },{
+ "path" : "pages/basics/stockIn",
+ "style" :
+ {
+ "navigationBarTitleText": "鎻愬彇鐗╂枡",
+ "enablePullDownRefresh": false
+ }
+ },{
+ "path" : "pages/basics/orders",
+ "style" :
+ {
+ "navigationBarTitleText": "鎷h揣鍗�",
+ "enablePullDownRefresh": false
+ }
+ },{
+ "path" : "pages/basics/stock",
+ "style" :
+ {
+ "navigationBarTitleText": "鐩樼偣",
+ "enablePullDownRefresh": false
+ }
+ },{
"path" : "pages/basics/combPro",
"style" :
{
"navigationBarTitleText": "鍏ュ簱鍗曠粍鎵�",
"enablePullDownRefresh": false
- }
-
- }
- ,{
+ }
+ },{
"path" : "pages/basics/comb",
"style" :
{
"navigationBarTitleText": "缁勬墭",
"enablePullDownRefresh": false
- }
-
- }
- ,{
+ }
+ },{
"path" : "pages/basics/stockCheck",
"style" :
{
"navigationBarTitleText": "搴撳瓨鐩樼偣",
"enablePullDownRefresh": false
- }
-
- }
- ,{
+ }
+ },{
"path" : "pages/basics/stockQuery",
"style" :
{
"navigationBarTitleText": "搴撳瓨鏌ヨ",
"enablePullDownRefresh": false
}
-
+ },{
+ "path" : "pages/basics/logOut",
+ "style" :
+ {
+ "navigationBarTitleText": "閫�鍑虹櫥褰�",
+ "enablePullDownRefresh": false
+ }
+ },{
+ "path" : "pages/basics/demo",
+ "style" :
+ {
+ "navigationBarTitleText": "demo",
+ "enablePullDownRefresh": false,
+ "backgroundColor":"#EDEDED",
+ "navigationBarBackgroundColor":"#FFFFFF",
+ "navigationBarTextStyle":"black"
+ }
}
],
"globalStyle": {
- "navigationBarTextStyle": "white",
+ "navigationBarTextStyle": "black",
"navigationBarTitleText": "PDA缁堢",
- "navigationBarBackgroundColor": "#F5C11D"
+ "navigationBarBackgroundColor": "#FFFFFF"
},
"condition" : { //妯″紡閰嶇疆锛屼粎寮�鍙戞湡闂寸敓鏁�
"current": 0, //褰撳墠婵�娲荤殑妯″紡(list 鐨勭储寮曢」)
--
Gitblit v1.9.1