{
|
"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
|
|
{
|
"path": "pages/index/index",
|
"style": {
|
"navigationBarTitleText": "首页",
|
"navigationStyle": "custom"
|
}
|
},
|
{
|
"path": "pages/list/list",
|
"style": {
|
"navigationBarTitleText": "诉求列表",
|
"navigationStyle": "custom"
|
}
|
},
|
{
|
"path": "pages/delay/delay",
|
"style": {
|
"navigationBarTitleText": "延期情况说明",
|
"navigationStyle": "custom"
|
}
|
},
|
{
|
"path": "pages/progress/progress",
|
"style": {
|
"navigationBarTitleText": "办理进度",
|
"navigationStyle": "custom"
|
}
|
},
|
|
{
|
"path": "pages/add-progress/index",
|
"style": {
|
"navigationBarTitleText": "办理进度",
|
"navigationStyle": "custom"
|
}
|
}, {
|
"path": "pages/work-detail/work-detail",
|
"style": {
|
"navigationBarTitleText": "诉求详情",
|
"navigationStyle": "custom"
|
}
|
},
|
{
|
"path": "pages/work-detail/maxVideo",
|
"style": {
|
"navigationBarTitleText": "播放视频",
|
"navigationStyle": "custom"
|
}
|
},
|
{
|
"path": "pages/problemReporting/problemReporting",
|
"style": {
|
"navigationBarTitleText": "问题上报",
|
"navigationStyle": "custom"
|
}
|
},
|
{
|
"path": "pages/dispatchWorkOrder/dispatchWorkOrder",
|
"style": {
|
"navigationBarTitleText": "诉求下派",
|
"navigationStyle": "custom"
|
}
|
},
|
{
|
"path": "pages/Appeal/Appeal",
|
"style": {
|
// "navigationBarTitleText": "诉求录入",
|
"navigationStyle": "custom"
|
}
|
},
|
{
|
"path": "pages/location/location",
|
"style": {
|
"navigationBarTitleText": "选择地点",
|
"navigationStyle": "custom"
|
}
|
},
|
{
|
"path": "pages/result-entry/index",
|
"style": {
|
"navigationBarTitleText": "办结结果录入",
|
"navigationStyle": "custom"
|
}
|
},
|
{
|
"path": "pages/work-detail/postpone-apply",
|
"style": {
|
"navigationBarTitleText": "延期申请",
|
"navigationStyle": "custom"
|
}
|
},
|
{
|
"path": "pages/progress/progress",
|
"style": {
|
"navigationBarTitleText": "办理进度录入",
|
"navigationStyle": "custom"
|
}
|
},
|
{
|
"path": "pages/party-member-info/party-member-info",
|
"style": {
|
"navigationBarTitleText": "党员信息",
|
"navigationStyle": "custom"
|
}
|
}, {
|
"path": "pages/evaluate/evaluate",
|
"style": {
|
"navigationBarTitleText": "诉求评价",
|
"navigationStyle": "custom"
|
}
|
}, {
|
"path": "pages/evaluate/evaluate-detail",
|
"style": {
|
"navigationBarTitleText": "评价详情",
|
"navigationStyle": "custom"
|
}
|
},
|
{
|
"path": "pages/authentication/authentication",
|
"style": {
|
"navigationBarTitleText": "党员认证",
|
"navigationStyle": "custom"
|
}
|
}, {
|
"path": "pages/certificationAudit/certificationAudit",
|
"style": {
|
"navigationBarTitleText": "党员认证审核",
|
"navigationStyle": "custom"
|
}
|
}, {
|
"path": "pages/statistics/index",
|
"style": {
|
"navigationBarTitleText": "统计分析",
|
"navigationStyle": "custom"
|
}
|
},
|
{
|
"path": "pages/supervision/supervision",
|
"style": {
|
"navigationBarTitleText": "诉求监督",
|
"navigationStyle": "custom"
|
}
|
},
|
{
|
"path": "pages/supervision/supervision-progress",
|
"style": {
|
"navigationBarTitleText": "办理进度查看",
|
"navigationStyle": "custom"
|
}
|
},
|
{
|
"path": "pages/supervision/edit-supervision-progress",
|
"style": {
|
"navigationBarTitleText": "编辑办理进度",
|
"navigationStyle": "custom"
|
}
|
}
|
],
|
"globalStyle": {
|
"navigationBarTextStyle": "black",
|
"navigationBarTitleText": "“三个身边”群众工作机制",
|
"navigationBarBackgroundColor": "#F8F8F8",
|
"backgroundColor": "#F8F8F8"
|
},
|
"permission": {
|
"scope.userLocation": {
|
"desc": "你的位置信息将用于地图显示"
|
}
|
},
|
"requiredPrivateInfos": [
|
"getLocation",
|
"chooseLocation"
|
],
|
"setting": {
|
"urlCheck": false
|
},
|
"uniIdRouter": {}
|
}
|