613 lines
19 KiB
JSON
613 lines
19 KiB
JSON
{
|
||
"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
|
||
{
|
||
"path": "pages/index/index",
|
||
"style":
|
||
{
|
||
"navigationBarTitleText": "驿达数智化看板",
|
||
"navigationStyle": "custom",
|
||
"enablePullDownRefresh": true
|
||
}
|
||
},
|
||
{
|
||
"path": "pages/userCenter/userCenter",
|
||
"style":
|
||
{
|
||
"navigationBarTitleText": "个人中心",
|
||
"navigationStyle": "custom"
|
||
}
|
||
},
|
||
{
|
||
"path": "pages/register/register",
|
||
"style":
|
||
{
|
||
"navigationBarTitleText": "授权"
|
||
}
|
||
},
|
||
{
|
||
"path": "pages/webview/webview",
|
||
"style":
|
||
{
|
||
"navigationBarTitleText": "驿达数智化看板"
|
||
}
|
||
},
|
||
{
|
||
"path": "pages/authorityApproval/index",
|
||
"style":
|
||
{
|
||
"navigationBarTitleText": "权限审批",
|
||
"enablePullDownRefresh": true
|
||
}
|
||
},
|
||
{
|
||
"path": "pages/authorityApproval/detail",
|
||
"style":
|
||
{
|
||
"navigationBarTitleText": "权限审批",
|
||
"enablePullDownRefresh": true
|
||
}
|
||
}
|
||
],
|
||
"subPackages": [ //分包加载配置
|
||
{
|
||
"root": "pages/auditingPop",
|
||
"pages": [
|
||
{
|
||
"path": "jointlySign",
|
||
"style":
|
||
{
|
||
"navigationBarTitleText": "会签"
|
||
}
|
||
},
|
||
{
|
||
"path": "transfer",
|
||
"style":
|
||
{
|
||
"navigationBarTitleText": "移交"
|
||
}
|
||
},
|
||
{
|
||
"path": "toExamine",
|
||
"style":
|
||
{
|
||
"navigationBarTitleText": "审核"
|
||
}
|
||
},
|
||
{
|
||
"path": "reject",
|
||
"style":
|
||
{
|
||
"navigationBarTitleText": "驳回"
|
||
}
|
||
}
|
||
]
|
||
},
|
||
{ // 商业BI
|
||
"root": "pages/commercialBI",
|
||
"pages": [
|
||
{
|
||
"path": "carPortrait",
|
||
"style": {
|
||
"navigationBarTitleText": "",
|
||
"navigationStyle": "custom"
|
||
}
|
||
},
|
||
{
|
||
"path": "guestPortrait",
|
||
"style": {
|
||
"navigationBarTitleText": "",
|
||
"navigationStyle": "custom"
|
||
}
|
||
},
|
||
{
|
||
"path": "businessPortrait",
|
||
"style": {
|
||
"navigationBarTitleText": "",
|
||
"navigationStyle": "custom"
|
||
}
|
||
},
|
||
{
|
||
"path": "formatPortrait",
|
||
"style": {
|
||
"navigationBarTitleText": "",
|
||
"navigationStyle": "custom"
|
||
}
|
||
},
|
||
{
|
||
"path": "managePortrait",
|
||
"style": {
|
||
"navigationBarTitleText": "",
|
||
"navigationStyle": "custom"
|
||
}
|
||
},
|
||
{
|
||
"path": "planMonth",
|
||
"style": {
|
||
"navigationBarTitleText": ""
|
||
}
|
||
},
|
||
{
|
||
"path": "planDetail",
|
||
"style": {
|
||
"navigationBarTitleText": ""
|
||
}
|
||
},
|
||
{
|
||
"path": "serviceDetail",
|
||
"style": {
|
||
"navigationBarTitleText": ""
|
||
}
|
||
},
|
||
{
|
||
"path": "noData",
|
||
"style": {
|
||
"navigationBarTitleText": ""
|
||
}
|
||
},
|
||
{
|
||
"path": "specialCase",
|
||
"style": {
|
||
"navigationBarTitleText": ""
|
||
}
|
||
},
|
||
{
|
||
"path": "yearPlan",
|
||
"style": {
|
||
"navigationBarTitleText": "",
|
||
"navigationStyle": "custom"
|
||
}
|
||
},
|
||
{
|
||
"path": "formatDetail",
|
||
"style": {
|
||
"navigationBarTitleText": "",
|
||
"navigationStyle": "custom",
|
||
"disableScroll": true
|
||
}
|
||
},
|
||
{
|
||
"path": "shopDetail",
|
||
"style": {
|
||
"navigationBarTitleText": "",
|
||
"navigationStyle": "custom",
|
||
"disableScroll": true
|
||
}
|
||
}
|
||
]
|
||
},
|
||
{
|
||
"root": "pages/plan",
|
||
"pages": [
|
||
|
||
{
|
||
"path": "areaPlanMonth",
|
||
"style": {
|
||
"navigationBarTitleText": "",
|
||
"navigationStyle": "custom"
|
||
}
|
||
},
|
||
{
|
||
"path": "servicePlanMonth",
|
||
"style": {
|
||
"navigationBarTitleText": "",
|
||
"navigationStyle": "custom"
|
||
}
|
||
}
|
||
]
|
||
},
|
||
// 考核考评
|
||
{
|
||
"root": "pages/examine",
|
||
"pages": [
|
||
{
|
||
"path": "index",
|
||
"style": {
|
||
"navigationBarTitleText": "",
|
||
"navigationStyle": "custom",
|
||
"disableScroll": true
|
||
}
|
||
}
|
||
]
|
||
},
|
||
{
|
||
"root": "pages/projectWarning",
|
||
"pages": [
|
||
{
|
||
"path": "index",
|
||
"style": {
|
||
"navigationBarTitleText": "分润比例切换"
|
||
}
|
||
},
|
||
{
|
||
"path": "detail",
|
||
"style": {
|
||
"navigationBarTitleText": "分润比例切换",
|
||
"navigationStyle": "custom"
|
||
}
|
||
}
|
||
]
|
||
},
|
||
{
|
||
"root": "pages/map",
|
||
"pages": [
|
||
{
|
||
"path": "index",
|
||
"style":
|
||
{
|
||
"navigationBarTitleText": "",
|
||
"navigationStyle": "custom"
|
||
}
|
||
},
|
||
{
|
||
"path": "detail",
|
||
"style":
|
||
{
|
||
"navigationBarTitleText": "",
|
||
"navigationStyle": "custom",
|
||
"disableScroll": true
|
||
}
|
||
}
|
||
],
|
||
"permission": {
|
||
"scope.userFuzzyLocation": {
|
||
"desc": "你的位置信息将用于小程序位置接口的效果展示"
|
||
}
|
||
}
|
||
},
|
||
{
|
||
"root": "pages/operatingStatements",
|
||
"pages": [
|
||
{
|
||
"path": "index",
|
||
"style":
|
||
{
|
||
"navigationBarTitleText": "经营报表",
|
||
"enablePullDownRefresh": false,
|
||
"navigationBarBackgroundColor": "#647BD1",
|
||
"navigationBarTextStyle": "white"
|
||
}
|
||
},
|
||
{
|
||
"path": "detail",
|
||
"style":
|
||
{
|
||
"navigationBarTitleText": "经营报表",
|
||
"enablePullDownRefresh": false,
|
||
"navigationBarBackgroundColor": "#647BD1",
|
||
"navigationBarTextStyle": "white"
|
||
}
|
||
},
|
||
{
|
||
"path": "operatingTrend",
|
||
"style":
|
||
{
|
||
"navigationBarTitleText": "经营趋势",
|
||
"enablePullDownRefresh": false,
|
||
"navigationBarBackgroundColor": "#647BD1",
|
||
"navigationBarTextStyle": "white"
|
||
}
|
||
}
|
||
]
|
||
},
|
||
{
|
||
"root": "pages/tender",
|
||
"pages": [
|
||
{
|
||
"path": "tender",
|
||
"style":
|
||
{
|
||
"enablePullDownRefresh": true,
|
||
"navigationBarTitleText": "招标投标"
|
||
}
|
||
},
|
||
{
|
||
"path": "tenderRecord",
|
||
"style":
|
||
{
|
||
"navigationBarTitleText": "招标备案详情"
|
||
}
|
||
},
|
||
{
|
||
"path": "tenderAlteration",
|
||
"style":
|
||
{
|
||
"navigationBarTitleText": "招标变更详情"
|
||
}
|
||
},
|
||
{
|
||
"path": "decisionRecord",
|
||
"style":
|
||
{
|
||
"navigationBarTitleText": "决标备案详情"
|
||
}
|
||
},
|
||
{
|
||
"path": "specialProjects",
|
||
"style":
|
||
{
|
||
"navigationBarTitleText": "专项工程详情",
|
||
"enablePullDownRefresh": false
|
||
}
|
||
}
|
||
]
|
||
},
|
||
{
|
||
"root": "pages/serviceAreaReimbursement",
|
||
"pages": [
|
||
{
|
||
"path": "serviceAreaReimbursement",
|
||
"style":
|
||
{
|
||
"enablePullDownRefresh": true,
|
||
"navigationBarTitleText": "服务区报销"
|
||
}
|
||
},
|
||
{
|
||
"path": "detail",
|
||
"style":
|
||
{
|
||
"enablePullDownRefresh": false,
|
||
"navigationBarTitleText": ""
|
||
}
|
||
}
|
||
]
|
||
},
|
||
{
|
||
"root": "pages/dataSummary",
|
||
"pages": [
|
||
{
|
||
"path": "dataSummary",
|
||
"style":
|
||
{
|
||
"enablePullDownRefresh": true,
|
||
"navigationBarTitleText": "日结校验"
|
||
}
|
||
},
|
||
{
|
||
"path": "dayDetail",
|
||
"style":
|
||
{
|
||
"navigationBarBackgroundColor": "#EAEBEB",
|
||
"navigationBarTitleText": "日结校验"
|
||
}
|
||
},
|
||
{
|
||
"path": "detail",
|
||
"style":
|
||
{
|
||
"navigationBarTitleText": "日结校验"
|
||
}
|
||
}
|
||
]
|
||
},
|
||
{
|
||
"root": "pages/businessApproval",
|
||
"pages": [
|
||
{
|
||
"path": "businessApproval",
|
||
"style":
|
||
{
|
||
"enablePullDownRefresh": true,
|
||
"navigationBarTitleText": "商品审批"
|
||
}
|
||
},
|
||
{
|
||
"path": "productDetail",
|
||
"style":
|
||
{
|
||
"navigationBarTitleText": "商品审批"
|
||
}
|
||
}
|
||
]
|
||
},
|
||
{
|
||
"root": "pages/everdayRenven",
|
||
"pages": [
|
||
{
|
||
"path": "index",
|
||
"style":
|
||
{
|
||
"enablePullDownRefresh": false,
|
||
"navigationBarTitleText": "每日营收汇总"
|
||
}
|
||
},
|
||
{
|
||
"path": "detail",
|
||
"style":
|
||
{
|
||
"enablePullDownRefresh": false,
|
||
"navigationBarTitleText": "每日营收"
|
||
}
|
||
},
|
||
{
|
||
"path": "serviceIndex",
|
||
"style":
|
||
{
|
||
"enablePullDownRefresh": false,
|
||
"navigationBarTitleText": "服务区每日营收"
|
||
}
|
||
},
|
||
{
|
||
"path": "serviceDetail",
|
||
"style":
|
||
{
|
||
"enablePullDownRefresh": false,
|
||
"navigationBarTitleText": "服务区每日营收"
|
||
}
|
||
},
|
||
{
|
||
"path": "AnhuiIndex",
|
||
"style":
|
||
{
|
||
"navigationBarTitleText": "每日营收汇总",
|
||
"enablePullDownRefresh": false
|
||
}
|
||
},
|
||
{
|
||
"path": "AnhuiServerpart",
|
||
"style":
|
||
{
|
||
"navigationBarTitleText": "服务区每日营收",
|
||
"enablePullDownRefresh": false
|
||
}
|
||
}
|
||
]
|
||
},
|
||
{
|
||
"root": "pages/suggestion",
|
||
"pages": [
|
||
{
|
||
"path": "suggestion",
|
||
"style":
|
||
{
|
||
"enablePullDownRefresh": true,
|
||
"navigationBarTitleText": "投诉建议"
|
||
}
|
||
},
|
||
{
|
||
"path": "suggestionDetail",
|
||
"style":
|
||
{
|
||
"navigationBarTitleText": "投诉建议"
|
||
}
|
||
}
|
||
]
|
||
},
|
||
{
|
||
"root": "pages/contract",
|
||
"pages": [
|
||
{
|
||
"path": "contract",
|
||
"style":
|
||
{
|
||
"enablePullDownRefresh": true,
|
||
"navigationBarTitleText": "合同审批"
|
||
}
|
||
},
|
||
{
|
||
"path": "detail",
|
||
"style":
|
||
{
|
||
"navigationBarTitleText": "合同审批"
|
||
}
|
||
}
|
||
]
|
||
},
|
||
{
|
||
"root": "pages/cashAudit",
|
||
"pages": [
|
||
{
|
||
"path": "list",
|
||
"style":
|
||
{
|
||
"enablePullDownRefresh": true,
|
||
"navigationBarTitleText": "收银稽核"
|
||
}
|
||
},
|
||
{
|
||
"path": "detail",
|
||
"style":
|
||
{
|
||
"navigationBarTitleText": "收银稽核详情"
|
||
}
|
||
},
|
||
{
|
||
"path": "check",
|
||
"style":
|
||
{
|
||
"navigationBarTitleText": "收银稽核反馈"
|
||
}
|
||
}
|
||
]
|
||
},
|
||
{
|
||
"root": "pages/investment",
|
||
"pages": [
|
||
{
|
||
"path": "investment",
|
||
"style":
|
||
{
|
||
"enablePullDownRefresh": true,
|
||
"navigationBarTitleText": "招商审批"
|
||
}
|
||
},
|
||
{
|
||
"path": "investmentDetail",
|
||
"style":
|
||
{
|
||
"navigationBarTitleText": "招商审批"
|
||
}
|
||
}
|
||
]
|
||
},
|
||
{
|
||
"root": "pages/expenseApproval",
|
||
"pages": [
|
||
{
|
||
"path": "expenseApproval",
|
||
"style":
|
||
{
|
||
"enablePullDownRefresh": true,
|
||
"navigationBarTitleText": "财务审批"
|
||
}
|
||
},
|
||
{
|
||
"path": "expenseDetail",
|
||
"style":
|
||
{
|
||
"enablePullDownRefresh": true,
|
||
"navigationBarTitleText": "财务审批"
|
||
}
|
||
}
|
||
]
|
||
},
|
||
{
|
||
"root": "pages/commodity_temp",
|
||
"pages": [
|
||
{
|
||
"path": "index",
|
||
"style":
|
||
{
|
||
"enablePullDownRefresh": true,
|
||
"navigationBarTitleText": "资质审批"
|
||
}
|
||
},
|
||
{
|
||
"path": "detail",
|
||
"style":
|
||
{
|
||
"enablePullDownRefresh": true,
|
||
"navigationBarTitleText": "资质审批"
|
||
}
|
||
}
|
||
]
|
||
}
|
||
],
|
||
"globalStyle": {
|
||
"navigationBarTextStyle": "black",
|
||
"navigationBarTitleText": "uni-app",
|
||
"navigationBarBackgroundColor": "#f9f9f9",
|
||
"backgroundColor": "#f9f9f9"
|
||
},
|
||
"tabBar": {
|
||
"color": "#474647",
|
||
"selectedColor": "#3295f9",
|
||
"borderStyle": "black",
|
||
"backgroundColor": "#ffffff",
|
||
"list": [
|
||
{
|
||
"pagePath": "pages/index/index",
|
||
"iconPath": "static/images/tab/home.png",
|
||
"selectedIconPath": "static/images/tab/homeActive.png",
|
||
"text": ""
|
||
},
|
||
{
|
||
"pagePath": "pages/userCenter/userCenter",
|
||
"iconPath": "static/images/tab/user.png",
|
||
"selectedIconPath": "static/images/tab/userActive.png",
|
||
"text": ""
|
||
}
|
||
]
|
||
}
|
||
}
|