89 lines
2.1 KiB
JSON
89 lines
2.1 KiB
JSON
{
|
|
"pages": [
|
|
"pages/starpage/starpage",
|
|
"pages/index/newindex",
|
|
"pages/index/index",
|
|
"pages/login/login",
|
|
"pages/login/privacy"
|
|
],
|
|
"subPackages": [
|
|
{
|
|
"root": "salesRanking",
|
|
"pages": [
|
|
"page/index/index",
|
|
"page/enterpriseDetails/enterpriseDetails",
|
|
"page/contribution/contribution",
|
|
"page/rechargeRecord/rechargeRecord",
|
|
"page/orderQuantity/orderQuantity",
|
|
"page/index/enterpriseIndex"
|
|
]
|
|
},
|
|
{
|
|
"root": "driverManagement",
|
|
"pages": [
|
|
"index/index",
|
|
"company/company",
|
|
"driverDetails/driverDetails",
|
|
"accountDetails/accountDetails",
|
|
"addDiver/addDiver",
|
|
"driverDetails/InformationModification",
|
|
"addDiver/addOilCard",
|
|
"driverDetails/vehicleModification",
|
|
"seleDriver/seleDriver",
|
|
"serviceStation/serviceStation"
|
|
]
|
|
},
|
|
{
|
|
"root": "oilDistribution",
|
|
"pages": [
|
|
"index/index",
|
|
"distribute/distribute",
|
|
"newSeleCompany/newSeleCompany",
|
|
"newSeleDirver/newSeleDirver"
|
|
]
|
|
},
|
|
{
|
|
"root": "orderList",
|
|
"pages": [
|
|
"index/index",
|
|
"orderDetails/orderDetails"
|
|
]
|
|
},
|
|
{
|
|
"root": "priceAdjustment",
|
|
"pages": [
|
|
"page/index/index",
|
|
"modify/modify",
|
|
"page/addPrice/addPrice"
|
|
]
|
|
},
|
|
{
|
|
"root": "priceAdjustmentTask",
|
|
"pages": [
|
|
"page/index",
|
|
"addTask/addTask"
|
|
]
|
|
},
|
|
{
|
|
"root": "oilAccount",
|
|
"pages": [
|
|
"page/accountRecharge/index",
|
|
"page/companyRecharge/index",
|
|
"page/companyRecharge/details",
|
|
"page/companyRecharge/add",
|
|
"page/accountRecharge/details",
|
|
"page/accountRecharge/add"
|
|
]
|
|
}
|
|
],
|
|
"window": {
|
|
"navigationBarTextStyle": "white",
|
|
"navigationBarTitleText": "uni-app",
|
|
"navigationBarBackgroundColor": "#2866FF",
|
|
"backgroundColor": "#F8F8F8"
|
|
},
|
|
"usingComponents": {
|
|
"top-bar": "/components/topbar",
|
|
"popup": "/components/customPopup"
|
|
}
|
|
} |