更新
This commit is contained in:
39
pages.json
39
pages.json
@@ -1,19 +1,19 @@
|
||||
{
|
||||
"easycom": {
|
||||
"^u-(.*)": "uview-ui/components/u-$1/u-$1.vue"
|
||||
},
|
||||
"^u-(.*)": "uview-ui/components/u-$1/u-$1.vue"
|
||||
},
|
||||
"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
|
||||
{
|
||||
"path": "pages/index/index",
|
||||
"style": {
|
||||
"navigationBarTitleText": "星油",
|
||||
"enablePullDownRefresh": true,
|
||||
"navigationStyle":"custom"
|
||||
"navigationStyle": "custom"
|
||||
}
|
||||
}, {
|
||||
"path": "pages/stationDetail/stationDetail",
|
||||
"style": {}
|
||||
},{
|
||||
}, {
|
||||
"path": "pages/login/boforeLogin/boforeLogin",
|
||||
"style": {}
|
||||
}, {
|
||||
@@ -39,6 +39,9 @@
|
||||
{
|
||||
"path": "pages/Auth/Auth",
|
||||
"style": {}
|
||||
}, {
|
||||
"path": "pages/Auth/agreeMent/agreeMent",
|
||||
"style": {}
|
||||
}, {
|
||||
"path": "pages/test/test",
|
||||
"style": {
|
||||
@@ -60,31 +63,29 @@
|
||||
"enablePullDownRefresh": false
|
||||
}
|
||||
|
||||
}, {
|
||||
}, {
|
||||
"path": "pages/stationDetail/openStationDetail",
|
||||
"style": {
|
||||
"navigationBarTitleText": "",
|
||||
"enablePullDownRefresh": false
|
||||
}
|
||||
|
||||
}, {
|
||||
}, {
|
||||
"path": "pages/TransactionStatistics/TransactionStatistics",
|
||||
"style": {
|
||||
"navigationBarTitleText": "",
|
||||
"enablePullDownRefresh": true
|
||||
}
|
||||
}
|
||||
}, {
|
||||
"path": "pages/escalation/escalation",
|
||||
"style": {
|
||||
"navigationBarTitleText": "对账上报",
|
||||
"enablePullDownRefresh": false,
|
||||
"navigationStyle": "default"
|
||||
}
|
||||
|
||||
}
|
||||
,{
|
||||
"path" : "pages/escalation/escalation",
|
||||
"style" :
|
||||
{
|
||||
"navigationBarTitleText": "对账上报",
|
||||
"enablePullDownRefresh": false,
|
||||
"navigationStyle":"default"
|
||||
}
|
||||
|
||||
}
|
||||
],
|
||||
],
|
||||
"subPackages": [{
|
||||
"root": "packageOrders",
|
||||
"pages": [{
|
||||
@@ -127,7 +128,7 @@
|
||||
}
|
||||
}
|
||||
]
|
||||
} ,
|
||||
},
|
||||
{
|
||||
"root": "packageSecurity",
|
||||
"pages": [{
|
||||
|
||||
Reference in New Issue
Block a user