|
@@ -1,12 +1,6 @@
|
|
{
|
|
{
|
|
"pages": [
|
|
"pages": [
|
|
//pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
|
|
//pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
|
|
- {
|
|
|
|
- "path": "pages/index/index",
|
|
|
|
- "style": {
|
|
|
|
- "navigationStyle": "custom" // 隐藏系统导航栏
|
|
|
|
- }
|
|
|
|
- },
|
|
|
|
{
|
|
{
|
|
"path": "pages/login/login",
|
|
"path": "pages/login/login",
|
|
"style": {
|
|
"style": {
|
|
@@ -14,6 +8,12 @@
|
|
}
|
|
}
|
|
}
|
|
}
|
|
,{
|
|
,{
|
|
|
|
+ "path": "pages/index/index",
|
|
|
|
+ "style": {
|
|
|
|
+ "navigationStyle": "custom" // 隐藏系统导航栏
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+ {
|
|
"path" : "pages/fileTransmit/addFileTransmit",
|
|
"path" : "pages/fileTransmit/addFileTransmit",
|
|
"style" : {
|
|
"style" : {
|
|
"navigationBarTitleText": "新增文件传阅卡"
|
|
"navigationBarTitleText": "新增文件传阅卡"
|
|
@@ -612,7 +612,7 @@
|
|
"ly-tree-node": "/components/ly-tree/ly-tree-node"
|
|
"ly-tree-node": "/components/ly-tree/ly-tree-node"
|
|
},
|
|
},
|
|
"navigationBarBackgroundColor": "#36a7f3",
|
|
"navigationBarBackgroundColor": "#36a7f3",
|
|
- "navigationBarTitleText": "Jeeplus 移动审批",
|
|
|
|
|
|
+ "navigationBarTitleText": "公文流转",
|
|
// "navigationStyle": "custom",
|
|
// "navigationStyle": "custom",
|
|
"navigationBarTextStyle": "white"
|
|
"navigationBarTextStyle": "white"
|
|
},
|
|
},
|