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.
585 lines
12 KiB
585 lines
12 KiB
{ |
|
"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages |
|
|
|
{ |
|
"path": "pages/starpage/starpage", |
|
"style": { |
|
"navigationBarTitleText": "", |
|
"enablePullDownRefresh": false, |
|
"navigationStyle": "custom", |
|
"app-plus": { |
|
"titleNView": false |
|
} |
|
} |
|
|
|
}, |
|
{ |
|
"path": "pages/index/newindex", |
|
"style": { |
|
"navigationStyle": "custom", |
|
"app-plus": { //uni-app项目对应节点名称为"app-plus" |
|
"titleNView": { |
|
"autoBackButton": false |
|
}, |
|
"bounce": "none", // 将回弹属性关掉, |
|
"disableScroll": true |
|
}, |
|
"navigationBarTitleText": "" |
|
|
|
} |
|
}, |
|
{ |
|
"path": "pages/index/index", |
|
"style": { |
|
"navigationStyle": "custom", |
|
"app-plus": { //uni-app项目对应节点名称为"app-plus" |
|
"titleNView": { |
|
"autoBackButton": false |
|
} |
|
}, |
|
"navigationBarTitleText": "" |
|
} |
|
}, { |
|
"path": "pages/login/login", |
|
"style": { |
|
"navigationStyle": "custom", |
|
"navigationBarTitleText": "uni-app" |
|
} |
|
}, |
|
{ |
|
"path": "pages/login/privacy", |
|
"style": { |
|
"navigationStyle": "custom", |
|
"navigationBarTitleText": "", |
|
"enablePullDownRefresh": false |
|
} |
|
|
|
} |
|
|
|
// , { |
|
// "path": "orderList/index/index", |
|
// "style": { |
|
// "navigationBarTitleText": "", |
|
// "enablePullDownRefresh": false |
|
// } |
|
|
|
// } |
|
// ,{ |
|
// "path" : "priceAdjustment/page/index/index", |
|
// "style" : |
|
// { |
|
// "navigationBarTitleText": "", |
|
// "enablePullDownRefresh": false |
|
// } |
|
|
|
// } |
|
// ,{ |
|
// "path" : "salesRanking/page/index/index", |
|
// "style" : |
|
// { |
|
// "navigationBarTitleText": "动销排名, |
|
// ", |
|
// "enablePullDownRefresh": false |
|
// } |
|
|
|
// } |
|
// ,{ |
|
// "path" : "pages/index/newindex", |
|
// "style" : |
|
// { |
|
// "navigationBarTitleText": "", |
|
// "enablePullDownRefresh": false |
|
// } |
|
|
|
// } |
|
|
|
], |
|
"subPackages": [{ |
|
"root": "salesRanking", |
|
"pages": [{ |
|
"path": "page/index/index", |
|
"style": { |
|
"navigationStyle": "custom", |
|
"navigationBarTitleText": "司机信息", |
|
"enablePullDownRefresh": true |
|
|
|
} |
|
}, { |
|
"path": "page/enterpriseDetails/enterpriseDetails", |
|
"style": { |
|
"navigationBarTitleText": "动销详情", |
|
"enablePullDownRefresh": false |
|
} |
|
|
|
}, { |
|
"path": "page/contribution/contribution", |
|
"style": { |
|
"navigationBarTitleText": "消费支出", |
|
"enablePullDownRefresh": false |
|
} |
|
|
|
}, { |
|
"path": "page/rechargeRecord/rechargeRecord", |
|
"style": { |
|
"navigationBarTitleText": "充值记录", |
|
"enablePullDownRefresh": false |
|
} |
|
|
|
}, { |
|
"path": "page/orderQuantity/orderQuantity", |
|
"style": { |
|
"navigationBarTitleText": "订单", |
|
"enablePullDownRefresh": false |
|
} |
|
|
|
}, { |
|
"path": "page/distributeQuantity/distributeQuantity", |
|
"style": { |
|
"navigationBarTitleText": "自营分油记录", |
|
"enablePullDownRefresh": false |
|
} |
|
|
|
}, { |
|
"path": "page/outDistributeQuantity/outDistributeQuantity", |
|
"style": { |
|
"navigationBarTitleText": "外请分油记录", |
|
"enablePullDownRefresh": false |
|
} |
|
|
|
}, { |
|
"path": "page/index/enterpriseIndex", |
|
"style": { |
|
"navigationStyle": "custom", |
|
"navigationBarTitleText": "企业动销", |
|
"enablePullDownRefresh": true |
|
} |
|
|
|
}] |
|
}, |
|
{ |
|
"root": "driverManagement", |
|
"pages": [{ |
|
"path": "index/index", |
|
"style": { |
|
"navigationStyle": "custom", |
|
"navigationBarTitleText": "司机信息", |
|
"enablePullDownRefresh": true |
|
} |
|
|
|
}, { |
|
"path": "company/company", |
|
"style": { |
|
"navigationBarTitleText": "选择所属公司", |
|
"navigationBarBackgroundColor": "#2866FF", |
|
"enablePullDownRefresh": false |
|
} |
|
|
|
}, { |
|
"path": "driverDetails/driverDetails", |
|
"style": { |
|
"navigationStyle": "custom", |
|
"navigationBarTitleText": "", |
|
"enablePullDownRefresh": false |
|
} |
|
|
|
}, { |
|
"path": "accountDetails/accountDetails", |
|
"style": { |
|
"navigationStyle": "custom", |
|
"navigationBarTitleText": "", |
|
"enablePullDownRefresh": false |
|
} |
|
|
|
}, |
|
{ |
|
"path": "addDiver/addDiver", |
|
"style": { |
|
"navigationBarBackgroundColor": "#2866FF", |
|
"navigationBarTitleText": "司机新增", |
|
"enablePullDownRefresh": false |
|
} |
|
|
|
}, { |
|
"path": "driverDetails/InformationModification", |
|
"style": { |
|
"navigationBarTitleText": "司机信息修改", |
|
"enablePullDownRefresh": false |
|
} |
|
|
|
}, { |
|
"path": "addDiver/addOilCard", |
|
"style": { |
|
"navigationBarTitleText": "新增油卡", |
|
"enablePullDownRefresh": false |
|
} |
|
}, { |
|
"path": "driverDetails/vehicleModification", |
|
"style": { |
|
"navigationBarTitleText": "车辆信息修改", |
|
"enablePullDownRefresh": false |
|
} |
|
|
|
}, { |
|
"path": "seleDriver/seleDriver", |
|
"style": { |
|
"navigationBarTitleText": "司机选择", |
|
"enablePullDownRefresh": false |
|
} |
|
|
|
}, { |
|
"path": "serviceStation/serviceStation", |
|
"style": { |
|
"navigationBarTitleText": "请选择油站", |
|
"enablePullDownRefresh": false |
|
} |
|
|
|
} |
|
] |
|
}, |
|
{ |
|
"root": "oilDistribution", |
|
"pages": [ |
|
|
|
{ |
|
"path": "index/index", |
|
"style": { |
|
"navigationBarTitleText": "新增分发", |
|
"navigationStyle": "custom" |
|
} |
|
|
|
}, |
|
{ |
|
"path": "distribute/distribute", |
|
"style": { |
|
"navigationBarTitleText": "新增分发" |
|
|
|
} |
|
|
|
}, { |
|
"path": "newSeleCompany/newSeleCompany", |
|
"style": { |
|
"navigationBarTitleText": "油品分发", |
|
"enablePullDownRefresh": false |
|
} |
|
|
|
}, { |
|
"path": "newSeleDirver/newSeleDirver", |
|
"style": { |
|
"navigationBarTitleText": "油品分发", |
|
"enablePullDownRefresh": false |
|
} |
|
|
|
} |
|
] |
|
}, |
|
{ |
|
"root": "orderList", |
|
"pages": [ |
|
|
|
{ |
|
"path": "index/index", |
|
"style": { |
|
"navigationBarTitleText": "订单列表", |
|
"navigationStyle": "custom" |
|
} |
|
|
|
}, { |
|
"path": "orderDetails/orderDetails", |
|
"style": { |
|
"navigationBarTitleText": "订单详情", |
|
"enablePullDownRefresh": false |
|
} |
|
|
|
}, { |
|
"path": "refundReview/index", |
|
"style": { |
|
"navigationBarTitleText": "退款审核", |
|
"navigationStyle": "custom" |
|
} |
|
|
|
} |
|
] |
|
}, |
|
{ |
|
"root": "priceAdjustment", |
|
"pages": [ |
|
|
|
{ |
|
"path": "page/index/index", |
|
"style": { |
|
"navigationBarTitleText": "订单列表", |
|
"navigationStyle": "custom" |
|
} |
|
|
|
}, { |
|
"path": "modify/modify", |
|
"style": { |
|
"navigationBarTitleText": "", |
|
"enablePullDownRefresh": false |
|
} |
|
|
|
}, { |
|
"path": "page/addPrice/addPrice", |
|
"style": { |
|
"navigationBarTitleText": "新增调价", |
|
"enablePullDownRefresh": false |
|
} |
|
|
|
} |
|
] |
|
}, |
|
{ |
|
"root": "priceAdjustmentTask", |
|
"pages": [ |
|
|
|
{ |
|
"path": "page/index", |
|
"style": { |
|
"navigationBarTitleText": "调价任务", |
|
"navigationStyle": "custom" |
|
} |
|
|
|
}, { |
|
"path": "addTask/addTask", |
|
"style": { |
|
"navigationBarTitleText": "新增调价任务", |
|
"enablePullDownRefresh": false |
|
} |
|
|
|
} |
|
] |
|
}, |
|
{ |
|
"root": "oilAccount", |
|
"pages": [{ |
|
"path": "page/accountRecharge/index", |
|
"style": { |
|
"navigationBarTitleText": "账户充值", |
|
"navigationStyle": "custom", |
|
"enablePullDownRefresh": false |
|
} |
|
|
|
}, { |
|
"path": "page/companyRecharge/index", |
|
"style": { |
|
"navigationBarTitleText": "公司充值", |
|
"navigationStyle": "custom", |
|
"enablePullDownRefresh": false |
|
} |
|
|
|
}, { |
|
"path": "page/companyRecharge/details", |
|
"style": { |
|
"navigationBarTitleText": "油站公司充值详情", |
|
"enablePullDownRefresh": false |
|
} |
|
|
|
}, { |
|
"path": "page/companyRecharge/add", |
|
"style": { |
|
"navigationBarTitleText": "油站公司充值", |
|
"enablePullDownRefresh": false |
|
} |
|
|
|
}, { |
|
"path": "page/accountRecharge/details", |
|
"style": { |
|
"navigationBarTitleText": "油站账户充值详情", |
|
"enablePullDownRefresh": false |
|
} |
|
|
|
}, { |
|
"path": "page/accountRecharge/add", |
|
"style": { |
|
"navigationBarTitleText": "油站账户充值(仅调回拨)", |
|
"enablePullDownRefresh": false |
|
} |
|
|
|
}] |
|
}, |
|
{ |
|
"root": "financialCenter", |
|
"pages": [{ |
|
"path": "enterprise/account/index", |
|
"style": { |
|
"navigationBarTitleText": "企业账户管理", |
|
"navigationStyle": "custom", |
|
"enablePullDownRefresh": false |
|
} |
|
|
|
}, { |
|
"path": "enterprise/account/detail", |
|
"style": { |
|
"navigationBarBackgroundColor": "#2866FF", |
|
"navigationBarTitleText": "企业账户管理", |
|
"enablePullDownRefresh": false |
|
} |
|
|
|
}, { |
|
"path": "enterprise/recharge/index", |
|
"style": { |
|
"navigationBarTitleText": "企业充值", |
|
"navigationStyle": "custom", |
|
"enablePullDownRefresh": false |
|
} |
|
|
|
}, { |
|
"path": "settlementDoc/manage/index", |
|
"style": { |
|
"navigationBarTitleText": "结算单管理", |
|
"navigationStyle": "custom", |
|
"enablePullDownRefresh": false |
|
} |
|
|
|
}, { |
|
"path": "enterprise/recharge/selEnterprise", |
|
"style": { |
|
"navigationBarTitleText": "请选择公司", |
|
"enablePullDownRefresh": false |
|
} |
|
|
|
}, { |
|
"path": "serviceStation/index", |
|
"style": { |
|
"navigationBarTitleText": "油站账户管理", |
|
"navigationStyle": "custom", |
|
"enablePullDownRefresh": false |
|
} |
|
|
|
}, |
|
|
|
{ |
|
"path": "serviceStation/detail", |
|
"style": { |
|
"navigationBarBackgroundColor": "#2866FF", |
|
"navigationBarTitleText": "油站账户管理", |
|
"enablePullDownRefresh": false |
|
} |
|
|
|
} |
|
|
|
] |
|
}, |
|
{ |
|
"root": "userManagement", |
|
"pages": [{ |
|
"path": "customer/index", |
|
"style": { |
|
"navigationBarTitleText": "客户运营系统用户信息", |
|
"navigationStyle": "custom", |
|
"enablePullDownRefresh": false |
|
} |
|
|
|
}, |
|
{ |
|
"path": "customer/detail", |
|
"style": { |
|
"navigationBarBackgroundColor": "#2866FF", |
|
"navigationBarTitleText": "用户详情", |
|
"enablePullDownRefresh": false |
|
} |
|
|
|
}, |
|
{ |
|
"path": "customer/components/company", |
|
"style": { |
|
"navigationBarTitleText": "请选择公司", |
|
"enablePullDownRefresh": false |
|
} |
|
|
|
}, |
|
{ |
|
"path": "customer/components/auth", |
|
"style": { |
|
"navigationBarTitleText": "请选择权限", |
|
"enablePullDownRefresh": false |
|
} |
|
|
|
}, { |
|
"path": "yunSite/index", |
|
"style": { |
|
"navigationBarTitleText": "星油云站用户信息", |
|
"navigationStyle": "custom", |
|
"enablePullDownRefresh": false |
|
} |
|
|
|
}, |
|
|
|
|
|
{ |
|
"path": "yunSite/detail", |
|
"style": { |
|
"navigationBarBackgroundColor": "#2866FF", |
|
"navigationBarTitleText": "用户详情", |
|
"enablePullDownRefresh": false |
|
} |
|
|
|
}, |
|
{ |
|
"path": "yunSite/components/serviceStation", |
|
"style": { |
|
"navigationBarTitleText": "请选择油站", |
|
"enablePullDownRefresh": false |
|
} |
|
|
|
}, |
|
{ |
|
"path": "yunSite/components/auth", |
|
"style": { |
|
"navigationBarTitleText": "请选择权限", |
|
"enablePullDownRefresh": false |
|
} |
|
|
|
} |
|
|
|
] |
|
}, |
|
{ |
|
"root": "contractManagement", |
|
"pages": [{ |
|
"path": "list/index", |
|
"style": { |
|
"navigationBarTitleText": "合同列表", |
|
"navigationStyle": "custom", |
|
"enablePullDownRefresh": false |
|
} |
|
}, { |
|
"path": "list/details", |
|
"style": { |
|
"navigationBarTitleText": "合同详情", |
|
"navigationStyle": "custom", |
|
"enablePullDownRefresh": false |
|
} |
|
}] |
|
}, |
|
{ |
|
"root": "dataStatistics", |
|
"pages": [{ |
|
"path": "networkPoint/index", |
|
"style": { |
|
"navigationBarTitleText": "网点数据统计", |
|
"navigationStyle": "custom", |
|
"enablePullDownRefresh": false |
|
} |
|
}, |
|
{ |
|
"path": "networkPoint/province", |
|
"style": { |
|
"navigationBarTitleText": "各省数据统计", |
|
"navigationStyle": "custom", |
|
"enablePullDownRefresh": false |
|
} |
|
} |
|
] |
|
} |
|
], |
|
"globalStyle": { |
|
"navigationBarTextStyle": "white", |
|
"navigationBarTitleText": "uni-app", |
|
"navigationBarBackgroundColor": "#2866FF", |
|
"backgroundColor": "#F8F8F8" |
|
}, |
|
"easycom": { |
|
"^u-(.*)": "@/uview-ui/components/u-$1/u-$1.vue" |
|
} |
|
}
|
|
|