|
@@ -1,5 +1,5 @@
|
|
|
{
|
|
|
- "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
|
|
|
+ "pages": [
|
|
|
{
|
|
|
"path": "pages/index/index",
|
|
|
"style": {
|
|
@@ -7,29 +7,14 @@
|
|
|
}
|
|
|
},
|
|
|
{
|
|
|
- "path" : "pages/danger/index",
|
|
|
- "style" :
|
|
|
- {
|
|
|
- "navigationBarTitleText" : "隐患管理"
|
|
|
- }
|
|
|
- },
|
|
|
- {
|
|
|
- "path" : "pages/industry/index",
|
|
|
- "style" :
|
|
|
- {
|
|
|
- "navigationBarTitleText" : "行业管理"
|
|
|
- }
|
|
|
- },
|
|
|
-
|
|
|
- {
|
|
|
"path" : "pages/myCenter/index",
|
|
|
- "style" :
|
|
|
- {
|
|
|
- "navigationBarTitleText": "我的",
|
|
|
+ "style" :
|
|
|
+ {
|
|
|
+ "navigationBarTitleText": "我的",
|
|
|
"navigationBarBackgroundColor":"#3D90F4",
|
|
|
- "enablePullDownRefresh": false,
|
|
|
+ "enablePullDownRefresh": false,
|
|
|
"navigationStyle": "custom"
|
|
|
- }
|
|
|
+ }
|
|
|
},
|
|
|
{
|
|
|
"path" : "pages/myCenter/personalData/personalData",
|
|
@@ -38,9 +23,9 @@
|
|
|
"navigationBarTitleText": "个人资料",
|
|
|
"enablePullDownRefresh": false
|
|
|
}
|
|
|
-
|
|
|
- }
|
|
|
- ,{
|
|
|
+
|
|
|
+ },
|
|
|
+ {
|
|
|
"path" : "pages/myCenter/updatePassword/updatePassword",
|
|
|
"style" :
|
|
|
{
|
|
@@ -50,46 +35,62 @@
|
|
|
|
|
|
},
|
|
|
{
|
|
|
- "path" : "pages/disaster/index",
|
|
|
- "style" :
|
|
|
- {
|
|
|
- "navigationBarTitleText" : "自然灾害"
|
|
|
- }
|
|
|
- },
|
|
|
- {
|
|
|
- "path" : "pages/duty/index",
|
|
|
- "style" :
|
|
|
- {
|
|
|
- "navigationBarTitleText" : "应急值守"
|
|
|
- }
|
|
|
- },
|
|
|
- {
|
|
|
- "path" : "pages/team/index",
|
|
|
- "style" :
|
|
|
- {
|
|
|
- "navigationBarTitleText" : "队伍建设"
|
|
|
- }
|
|
|
- },
|
|
|
- {
|
|
|
- "path" : "pages/goods/index",
|
|
|
- "style" :
|
|
|
- {
|
|
|
- "navigationBarTitleText" : "物资储备"
|
|
|
- }
|
|
|
- },
|
|
|
- {
|
|
|
"path" : "pages/login/index",
|
|
|
"style" :
|
|
|
{
|
|
|
"navigationBarTitleText" : "登录"
|
|
|
}
|
|
|
- },
|
|
|
+ }
|
|
|
+
|
|
|
+ ],
|
|
|
+ "subPackages": [
|
|
|
{
|
|
|
- "path" : "pages/goods/record",
|
|
|
- "style" :
|
|
|
- {
|
|
|
- "navigationBarTitleText" : "出库/入库记录"
|
|
|
- }
|
|
|
+ "root": "packageA",
|
|
|
+ "pages": [
|
|
|
+ {
|
|
|
+ "path" : "pages/danger/index",
|
|
|
+ "style" :{
|
|
|
+ "navigationBarTitleText" : "隐患管理"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "path" : "pages/industry/index",
|
|
|
+ "style" :{
|
|
|
+ "navigationBarTitleText" : "行业管理"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "path" : "pages/disaster/index",
|
|
|
+ "style" :{
|
|
|
+ "navigationBarTitleText" : "自然灾害"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "path" : "pages/duty/index",
|
|
|
+ "style" : {
|
|
|
+ "navigationBarTitleText" : "应急值守"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "path" : "pages/team/index",
|
|
|
+ "style" : {
|
|
|
+ "navigationBarTitleText" : "队伍建设"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "path" : "pages/goods/index",
|
|
|
+ "style" :{
|
|
|
+ "navigationBarTitleText" : "物资储备"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "path" : "pages/goods/record",
|
|
|
+ "style" :{
|
|
|
+ "navigationBarTitleText" : "出库/入库记录"
|
|
|
+ }
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "entry": "index.js"
|
|
|
}
|
|
|
],
|
|
|
"globalStyle": {
|