This commit is contained in:
xiaozhiyong
2023-09-08 14:04:23 +08:00
parent 036b09f772
commit 28500d9d0b
5 changed files with 502 additions and 358 deletions

View File

@@ -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": [{