第一次提交
This commit is contained in:
160
unpackage/dist/build/mp-weixin/app.json
vendored
160
unpackage/dist/build/mp-weixin/app.json
vendored
@@ -1,79 +1,89 @@
|
||||
{
|
||||
"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"
|
||||
]
|
||||
}
|
||||
],
|
||||
"window": {
|
||||
"navigationBarTextStyle": "white",
|
||||
"navigationBarTitleText": "uni-app",
|
||||
"navigationBarBackgroundColor": "#2866FF",
|
||||
"backgroundColor": "#F8F8F8"
|
||||
"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"
|
||||
]
|
||||
},
|
||||
"usingComponents": {
|
||||
"top-bar": "/components/topbar",
|
||||
"popup": "/components/customPopup"
|
||||
{
|
||||
"root": "driverManagement",
|
||||
"pages": [
|
||||
"index/index",
|
||||
"company/company",
|
||||
"driverDetails/driverDetails",
|
||||
"accountDetails/accountDetails",
|
||||
"addDiver/addDiver",
|
||||
"driverDetails/InformationModification",
|
||||
"addDiver/addOilCard",
|
||||
"driverDetails/vehicleModification",
|
||||
"seleDriver/seleDriver",
|
||||
"serviceStation/serviceStation"
|
||||
]
|
||||
},
|
||||
"sitemapLocation": "sitemap.json"
|
||||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user