|
@@ -7,14 +7,20 @@
|
|
|
"path": "pages/login/index",
|
|
|
"style": {
|
|
|
"navigationBarTitleText": "登录",
|
|
|
- "navigationStyle": "custom"
|
|
|
+ "navigationStyle": "custom",
|
|
|
+ "app-plus": {
|
|
|
+ "titleNView": false //禁用原生导航栏
|
|
|
+ }
|
|
|
}
|
|
|
},
|
|
|
{
|
|
|
"path": "pages/index/index",
|
|
|
"style": {
|
|
|
"navigationBarTitleText": "首页",
|
|
|
- "navigationStyle": "custom"
|
|
|
+ "navigationStyle": "custom",
|
|
|
+ "app-plus": {
|
|
|
+ "titleNView": false //禁用原生导航栏
|
|
|
+ }
|
|
|
}
|
|
|
},{
|
|
|
"path" : "pages/stockOut/salesOut/list",
|
|
@@ -69,14 +75,46 @@
|
|
|
"style" :
|
|
|
{
|
|
|
"navigationBarTitleText": "新建盘点",
|
|
|
- "enablePullDownRefresh": false
|
|
|
+ "enablePullDownRefresh": false,
|
|
|
+ "app-plus": {
|
|
|
+ "titleNView": {
|
|
|
+ "backButton": { //自定义 backButton
|
|
|
+ "title": "返回",
|
|
|
+ "color": "#666666"
|
|
|
+ },
|
|
|
+ "buttons": [ //原生标题栏按钮配置,
|
|
|
+ {
|
|
|
+ "text": "盘点记录",
|
|
|
+ "fontSize": "12px",
|
|
|
+ "width": "82px",
|
|
|
+ "color": "#00aaff"
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ }
|
|
|
+ }
|
|
|
}
|
|
|
},{
|
|
|
"path" : "pages/stockPan/index",
|
|
|
"style" :
|
|
|
{
|
|
|
"navigationBarTitleText": "盘点",
|
|
|
- "enablePullDownRefresh": false
|
|
|
+ "enablePullDownRefresh": false,
|
|
|
+ "app-plus": {
|
|
|
+ "titleNView": {
|
|
|
+ "backButton": { //自定义 backButton
|
|
|
+ "title": "返回",
|
|
|
+ "color": "#666666"
|
|
|
+ },
|
|
|
+ "buttons": [ //原生标题栏按钮配置,
|
|
|
+ {
|
|
|
+ "text": "盘点记录",
|
|
|
+ "fontSize": "12px",
|
|
|
+ "width": "82px",
|
|
|
+ "color": "#00aaff"
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ }
|
|
|
+ }
|
|
|
}
|
|
|
}
|
|
|
,{
|
|
@@ -225,7 +263,15 @@
|
|
|
"navigationBarTextStyle": "black",
|
|
|
"navigationBarTitleText": "uni-app",
|
|
|
"navigationBarBackgroundColor": "#F8F8F8",
|
|
|
- "backgroundColor": "#F8F8F8"
|
|
|
+ "backgroundColor": "#F8F8F8",
|
|
|
+ "app-plus": {
|
|
|
+ "titleNView":{
|
|
|
+ "backButton": { //自定义 backButton
|
|
|
+ "title": "返回",
|
|
|
+ "color": "#666666"
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
},
|
|
|
"uniIdRouter": {}
|
|
|
}
|