You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
89 lines
2.1 KiB
89 lines
2.1 KiB
{ |
|
"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" |
|
} |
|
} |