{
|
"easycom": {
|
"^u-(.*)": "uview-ui/components/u-$1/u-$1.vue"
|
},
|
"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
|
//首页
|
{
|
"path": "pages/home/index",
|
"style": {
|
"navigationBarTitleText": "首页",
|
"enablePullDownRefresh": false,
|
"navigationStyle": "custom"
|
}
|
},
|
|
{
|
"path": "pages/statistics/index",
|
"style": {
|
"navigationBarTitleText": "驾驶舱",
|
"enablePullDownRefresh": false,
|
"navigationStyle": "custom"
|
}
|
},
|
|
{
|
"path": "pages/user/center",
|
"style": {
|
"navigationBarTitleText": "个人中心",
|
"enablePullDownRefresh": false,
|
"navigationStyle": "custom"
|
}
|
},
|
// {
|
// "path": "pages/user/test",
|
// "style": {
|
// "navigationBarTitleText": "测试页面",
|
// "navigationBarBackgroundColor": "#fff",
|
// "navigationBarTextStyle": "black"
|
// }
|
// },
|
{
|
"path": "pages/login/login-account",
|
"style": {
|
// "navigationBarTitleText": "",
|
"enablePullDownRefresh": false,
|
"navigationStyle": "custom"
|
}
|
},
|
{
|
"path": "pages/circle/index",
|
"style": {
|
"enablePullDownRefresh": false,
|
"navigationStyle": "custom"
|
}
|
},
|
{
|
"path": "pages/circle/publish",
|
"style": {
|
"navigationBarTitleText": "发布",
|
"navigationBarBackgroundColor": "#fff",
|
"navigationBarTextStyle": "black"
|
}
|
},
|
{
|
"path": "pages/home/selectSite",
|
"style": {
|
"navigationBarTitleText": "区域选择",
|
"navigationBarBackgroundColor": "#fff",
|
"navigationBarTextStyle": "black"
|
}
|
},
|
{
|
"path": "pages/home/launch",
|
"style": {
|
"navigationBarTitleText": "",
|
"navigationBarBackgroundColor": "#fff",
|
"navigationBarTextStyle": "black"
|
}
|
},
|
{
|
"path": "pages/home/selectSiteTwo",
|
"style": {
|
"navigationBarTitleText": "区域选择",
|
"navigationBarBackgroundColor": "#fff",
|
"navigationBarTextStyle": "black"
|
}
|
}
|
],
|
"subPackages": [
|
//数据驾驶舱
|
{
|
"root": "subPackage/statistics",
|
"pages": [{
|
"path": "index",
|
"style": {
|
"navigationBarTitleText": "数据驾驶舱",
|
"enablePullDownRefresh": false,
|
"navigationBarBackgroundColor": "#fff",
|
"navigationBarTextStyle": "black"
|
}
|
}]
|
},
|
//我的
|
{
|
"root": "subPackage/user",
|
"pages": [
|
//切换角色
|
{
|
"path": "role/index",
|
"style": {
|
"navigationBarTitleText": "切换角色",
|
"enablePullDownRefresh": false,
|
"navigationBarBackgroundColor": "#fff",
|
"navigationBarTextStyle": "black"
|
}
|
},
|
//修改密码
|
{
|
"path": "password/index",
|
"style": {
|
"navigationBarTitleText": "修改密码",
|
"enablePullDownRefresh": false,
|
"navigationBarBackgroundColor": "#fff",
|
"navigationBarTextStyle": "black"
|
}
|
},
|
{
|
"path": "clockIn/index",
|
"style": {
|
"navigationBarTitleText": "在线打卡",
|
"enablePullDownRefresh": false,
|
"navigationBarBackgroundColor": "#fff",
|
"navigationBarTextStyle": "black"
|
}
|
},
|
{
|
"path": "family/list",
|
"style": {
|
"navigationBarTitleText": "我的家人",
|
"enablePullDownRefresh": false,
|
"navigationBarBackgroundColor": "#fff",
|
"navigationBarTextStyle": "black"
|
}
|
},
|
{
|
"path": "family/edit",
|
"style": {
|
"navigationBarTitleText": "编辑",
|
"enablePullDownRefresh": false,
|
"navigationBarBackgroundColor": "#fff",
|
"navigationBarTextStyle": "black"
|
}
|
},
|
{
|
"path": "district/index",
|
"style": {
|
"navigationBarTitleText": "我的小区",
|
"enablePullDownRefresh": false,
|
"navigationBarBackgroundColor": "#fff",
|
"navigationBarTextStyle": "black"
|
}
|
},
|
{
|
"path": "editUserInfo/editUserInfo",
|
"style": {
|
"navigationBarTitleText": "编辑资料",
|
"enablePullDownRefresh": false,
|
"navigationBarBackgroundColor": "#fff",
|
"navigationBarTextStyle": "black"
|
}
|
},
|
{
|
"path": "event/event",
|
"style": {
|
"navigationBarTitleText": "我的事件",
|
"enablePullDownRefresh": false,
|
"navigationBarBackgroundColor": "#fff",
|
"navigationBarTextStyle": "black"
|
}
|
},
|
{
|
"path": "commentList/commentList",
|
"style": {
|
"navigationBarTitleText": "我的评论",
|
"enablePullDownRefresh": false,
|
"navigationBarBackgroundColor": "#fff",
|
"navigationBarTextStyle": "black"
|
}
|
},
|
{
|
"path": "commentList/evaluateList",
|
"style": {
|
"navigationBarTitleText": "我的评价",
|
"enablePullDownRefresh": false,
|
"navigationBarBackgroundColor": "#fff",
|
"navigationBarTextStyle": "black"
|
}
|
}
|
]
|
},
|
//圈子
|
{
|
"root": "subPackage/circle",
|
"pages": [{
|
"path": "detail",
|
"style": {
|
"navigationBarTitleText": "详情",
|
"enablePullDownRefresh": false,
|
"navigationBarBackgroundColor": "#fff",
|
"navigationBarTextStyle": "black"
|
}
|
}]
|
},
|
|
//公告
|
{
|
"root": "subPackage/article",
|
"pages": [{
|
"path": "list",
|
"style": {
|
"navigationBarTitleText": "公告",
|
"enablePullDownRefresh": false,
|
"navigationBarBackgroundColor": "#fff",
|
"navigationBarTextStyle": "black"
|
}
|
},
|
{
|
"path": "detail",
|
"style": {
|
"navigationBarTitleText": "详情",
|
"enablePullDownRefresh": false,
|
"navigationBarBackgroundColor": "#fff",
|
"navigationBarTextStyle": "black"
|
}
|
},
|
{
|
"path": "comment",
|
"style": {
|
"navigationBarTitleText": "评论",
|
"enablePullDownRefresh": false,
|
"navigationBarBackgroundColor": "#fff",
|
"navigationBarTextStyle": "black"
|
}
|
},
|
{
|
"path": "communityList",
|
"style": {
|
"navigationBarTitleText": "选举调查",
|
"enablePullDownRefresh": false,
|
"navigationBarBackgroundColor": "#fff",
|
"navigationBarTextStyle": "black"
|
}
|
},
|
{
|
"path": "signUpList",
|
"style": {
|
"navigationBarTitleText": "公益报名",
|
"enablePullDownRefresh": false,
|
"navigationBarBackgroundColor": "#fff",
|
"navigationBarTextStyle": "black"
|
}
|
},
|
{
|
"path": "signature",
|
"style": {
|
"navigationBarTitleText": "签名",
|
"enablePullDownRefresh": false,
|
"navigationBarBackgroundColor": "#fff",
|
"navigationBarTextStyle": "black"
|
}
|
},
|
{
|
"path": "document",
|
"style": {
|
"navigationBarTitleText": "附件",
|
"enablePullDownRefresh": false,
|
"navigationBarBackgroundColor": "#fff",
|
"navigationBarTextStyle": "black"
|
}
|
}
|
]
|
},
|
//便民热线
|
{
|
"root": "subPackage/hotLine",
|
"pages": [{
|
"path": "index",
|
"style": {
|
"navigationBarTitleText": "便民热线",
|
"enablePullDownRefresh": false,
|
"navigationBarBackgroundColor": "#fff",
|
"navigationBarTextStyle": "black"
|
}
|
}]
|
},
|
|
//标签
|
{
|
"root": "subPackage/label",
|
"pages": [{
|
"path": "index",
|
"style": {
|
"navigationBarTitleText": "标签报事",
|
"enablePullDownRefresh": false,
|
"navigationBarBackgroundColor": "#4586fe",
|
"navigationBarTextStyle": "white"
|
// "navigationStyle": "custom"
|
}
|
},
|
{
|
"path": "hotel",
|
"style": {
|
"navigationBarTitleText": "旅馆安全自查",
|
"enablePullDownRefresh": false,
|
"navigationBarBackgroundColor": "#fff",
|
"navigationBarTextStyle": "black"
|
}
|
}, {
|
"path": "bail",
|
"style": {
|
"navigationBarTitleText": "取保监居",
|
"enablePullDownRefresh": false,
|
"navigationBarBackgroundColor": "#fff",
|
"navigationBarTextStyle": "black"
|
}
|
},
|
{
|
"path": "form",
|
"style": {
|
"navigationBarTitleText": "二手交易",
|
"enablePullDownRefresh": false,
|
"navigationBarBackgroundColor": "#fff",
|
"navigationBarTextStyle": "black",
|
"usingComponents": {
|
// #ifdef MP-WEIXIN
|
"ocr-navigator": "plugin://ocr-plugin/ocr-navigator"
|
// #endif
|
}
|
}
|
},
|
{
|
"path": "hotelList",
|
"style": {
|
"navigationBarTitleText": "报事列表",
|
"enablePullDownRefresh": false,
|
"navigationBarBackgroundColor": "#fff",
|
"navigationBarTextStyle": "black"
|
}
|
},
|
{
|
"path": "bailList",
|
"style": {
|
"navigationBarTitleText": "报事列表",
|
"enablePullDownRefresh": false,
|
"navigationBarBackgroundColor": "#fff",
|
"navigationBarTextStyle": "black"
|
}
|
},
|
{
|
"path": "formList",
|
"style": {
|
"navigationBarTitleText": "报事列表",
|
"enablePullDownRefresh": false,
|
"navigationBarBackgroundColor": "#fff",
|
"navigationBarTextStyle": "black"
|
}
|
},
|
{
|
"path": "school",
|
"style": {
|
"navigationBarTitleText": "校园安全",
|
"enablePullDownRefresh": false,
|
"navigationBarBackgroundColor": "#fff",
|
"navigationBarTextStyle": "black"
|
}
|
},
|
{
|
"path": "schoolList",
|
"style": {
|
"navigationBarTitleText": "报事列表",
|
"enablePullDownRefresh": false,
|
"navigationBarBackgroundColor": "#fff",
|
"navigationBarTextStyle": "black"
|
}
|
},
|
{
|
"path": "check",
|
"style": {
|
"navigationBarTitleText": "消防自查",
|
"enablePullDownRefresh": false,
|
"navigationBarBackgroundColor": "#fff",
|
"navigationBarTextStyle": "black"
|
}
|
},
|
{
|
"path": "checkList",
|
"style": {
|
"navigationBarTitleText": "消防自查",
|
"enablePullDownRefresh": false,
|
"navigationBarBackgroundColor": "#fff",
|
"navigationBarTextStyle": "black"
|
}
|
}
|
]
|
},
|
//我的任务
|
{
|
"root": "subPackage/task",
|
"pages": [{
|
"path": "index",
|
"style": {
|
"navigationBarTitleText": "待办事项",
|
"enablePullDownRefresh": false,
|
"navigationBarBackgroundColor": "#fff",
|
"navigationBarTextStyle": "black"
|
}
|
},
|
{
|
"path": "taskList",
|
"style": {
|
"navigationBarTitleText": "任务列表",
|
"enablePullDownRefresh": false,
|
"navigationBarBackgroundColor": "#fff",
|
"navigationBarTextStyle": "black"
|
}
|
},
|
{
|
"path": "workLogList",
|
"style": {
|
"navigationBarTitleText": "走访任务",
|
"enablePullDownRefresh": false,
|
"navigationBarBackgroundColor": "#fff",
|
"navigationBarTextStyle": "black"
|
}
|
},
|
{
|
"path": "workLogDetail",
|
"style": {
|
"navigationBarTitleText": "走访日志详情",
|
"enablePullDownRefresh": false,
|
"navigationBarBackgroundColor": "#fff",
|
"navigationBarTextStyle": "black"
|
}
|
}
|
]
|
},
|
//工作台
|
{
|
"root": "subPackage/workbench",
|
"pages": [{
|
"path": "views/cscj",
|
"style": {
|
"navigationBarTitleText": "场所采集",
|
"enablePullDownRefresh": false,
|
"navigationBarBackgroundColor": "#fff",
|
"navigationBarTextStyle": "black",
|
"usingComponents": {
|
// #ifdef MP-WEIXIN
|
"ocr-navigator": "plugin://ocr-plugin/ocr-navigator"
|
// #endif
|
}
|
}
|
},
|
{
|
"path": "views/editCscj",
|
"style": {
|
"navigationBarTitleText": "编辑场所",
|
"enablePullDownRefresh": false,
|
"navigationBarBackgroundColor": "#fff",
|
"navigationBarTextStyle": "black",
|
"usingComponents": {
|
// #ifdef MP-WEIXIN
|
"ocr-navigator": "plugin://ocr-plugin/ocr-navigator"
|
// #endif
|
}
|
}
|
},
|
{
|
"path": "views/csjl",
|
"style": {
|
"onReachBottomDistance": 10,
|
"navigationBarTitleText": "场所记录",
|
"enablePullDownRefresh": false,
|
"navigationBarBackgroundColor": "#fff",
|
"navigationBarTextStyle": "black"
|
}
|
},
|
{
|
"path": "views/rental",
|
"style": {
|
"onReachBottomDistance": 10,
|
"navigationBarTitleText": "出租房管理",
|
"enablePullDownRefresh": false,
|
"navigationBarBackgroundColor": "#fff",
|
"navigationBarTextStyle": "black"
|
}
|
},
|
{
|
"path": "views/audit",
|
"style": {
|
"navigationBarTitleText": "",
|
"enablePullDownRefresh": false,
|
"navigationBarBackgroundColor": "#fff",
|
"navigationBarTextStyle": "black"
|
}
|
},
|
{
|
"path": "views/auditList",
|
"style": {
|
"navigationBarTitleText": "标签事件",
|
"enablePullDownRefresh": false,
|
"navigationBarBackgroundColor": "#fff",
|
"navigationBarTextStyle": "black"
|
}
|
},
|
|
{
|
"path": "views/auditSite",
|
"style": {
|
"navigationBarTitleText": "场所任务",
|
"enablePullDownRefresh": false,
|
"navigationBarBackgroundColor": "#fff",
|
"navigationBarTextStyle": "black"
|
}
|
},
|
|
{
|
"path": "views/cshw",
|
"style": {
|
"onReachBottomDistance": 10,
|
"navigationBarTitleText": "场所维护",
|
"enablePullDownRefresh": false,
|
"navigationBarBackgroundColor": "#fff",
|
"navigationBarTextStyle": "black"
|
}
|
},
|
{
|
"path": "views/examine",
|
"style": {
|
"navigationBarTitleText": "审核",
|
"enablePullDownRefresh": false,
|
"navigationBarBackgroundColor": "#fff",
|
"navigationBarTextStyle": "black"
|
}
|
},
|
{
|
"path": "views/editExamine",
|
"style": {
|
"navigationBarTitleText": "场所维护",
|
"enablePullDownRefresh": false,
|
"navigationBarBackgroundColor": "#fff",
|
"navigationBarTextStyle": "black",
|
"usingComponents": {
|
// #ifdef MP-WEIXIN
|
"ocr-navigator": "plugin://ocr-plugin/ocr-navigator"
|
// #endif
|
}
|
}
|
},
|
{
|
"path": "views/report",
|
"style": {
|
"navigationBarTitleText": "报修报事",
|
"enablePullDownRefresh": false,
|
"navigationBarBackgroundColor": "#fff",
|
"navigationBarTextStyle": "black"
|
}
|
},
|
{
|
"path": "views/reportList",
|
"style": {
|
"navigationBarTitleText": "报修报事",
|
"enablePullDownRefresh": false,
|
"navigationBarBackgroundColor": "#fff",
|
"navigationBarTextStyle": "black"
|
}
|
},
|
{
|
"path": "views/reportAudit",
|
"style": {
|
"navigationBarTitleText": "报事报修处理",
|
"enablePullDownRefresh": false,
|
"navigationBarBackgroundColor": "#fff",
|
"navigationBarTextStyle": "black"
|
}
|
},
|
{
|
"path": "views/reportDetail",
|
"style": {
|
"navigationBarTitleText": "报事报修详情",
|
"enablePullDownRefresh": false,
|
"navigationBarBackgroundColor": "#fff",
|
"navigationBarTextStyle": "black"
|
}
|
},
|
{
|
"path": "views/hotelReportDetail",
|
"style": {
|
"navigationBarTitleText": "审核",
|
"enablePullDownRefresh": false,
|
"navigationBarBackgroundColor": "#fff",
|
"navigationBarTextStyle": "black"
|
}
|
},
|
{
|
"path": "views/bailReportDetail",
|
"style": {
|
"navigationBarTitleText": "审核",
|
"enablePullDownRefresh": false,
|
"navigationBarBackgroundColor": "#fff",
|
"navigationBarTextStyle": "black"
|
}
|
},
|
{
|
"path": "views/labelReportDetail",
|
"style": {
|
"navigationBarTitleText": "审核",
|
"enablePullDownRefresh": false,
|
"navigationBarBackgroundColor": "#fff",
|
"navigationBarTextStyle": "black"
|
}
|
},
|
{
|
"path": "views/schoolReportDetail",
|
"style": {
|
"navigationBarTitleText": "审核",
|
"enablePullDownRefresh": false,
|
"navigationBarBackgroundColor": "#fff",
|
"navigationBarTextStyle": "black"
|
}
|
},
|
{
|
"path": "views/workLog",
|
"style": {
|
"navigationBarTitleText": "走访日志",
|
"enablePullDownRefresh": false,
|
"navigationBarBackgroundColor": "#fff",
|
"navigationBarTextStyle": "black"
|
}
|
},
|
{
|
"path": "views/patrol",
|
"style": {
|
"navigationBarTitleText": "网格员巡查",
|
"enablePullDownRefresh": false,
|
"navigationBarBackgroundColor": "#fff",
|
"navigationBarTextStyle": "black"
|
}
|
},
|
{
|
"path": "views/selectHandle",
|
"style": {
|
// "navigationBarTitleText": "网格员巡查",
|
"enablePullDownRefresh": false,
|
"navigationBarBackgroundColor": "#fff",
|
"navigationBarTextStyle": "black"
|
}
|
},
|
{
|
"path": "views/checkDetail",
|
"style": {
|
"navigationBarTitleText": "场所检查详情",
|
"enablePullDownRefresh": false,
|
"navigationBarBackgroundColor": "#fff",
|
"navigationBarTextStyle": "black"
|
}
|
},
|
{
|
"path": "views/checkReform",
|
"style": {
|
"navigationBarTitleText": "场所检查详情",
|
"enablePullDownRefresh": false,
|
"navigationBarBackgroundColor": "#fff",
|
"navigationBarTextStyle": "black"
|
}
|
},
|
{
|
"path": "views/reformList",
|
"style": {
|
"navigationBarTitleText": "场所整改",
|
"enablePullDownRefresh": false,
|
"navigationBarBackgroundColor": "#fff",
|
"navigationBarTextStyle": "black"
|
}
|
},
|
{
|
"path": "views/selfCheckDetail",
|
"style": {
|
"navigationBarTitleText": "消防自查",
|
"enablePullDownRefresh": false,
|
"navigationBarBackgroundColor": "#fff",
|
"navigationBarTextStyle": "black"
|
}
|
},
|
{
|
"path": "views/tradingList",
|
"style": {
|
"navigationBarTitleText": "二手交易",
|
"enablePullDownRefresh": false,
|
"navigationBarBackgroundColor": "#fff",
|
"navigationBarTextStyle": "black"
|
}
|
},
|
{
|
"path": "views/auditRental",
|
"style": {
|
"navigationBarTitleText": "出租屋详情",
|
"enablePullDownRefresh": false,
|
"navigationBarBackgroundColor": "#fff",
|
"navigationBarTextStyle": "black"
|
}
|
},
|
{
|
"path": "views/eCallReportDetail",
|
"style": {
|
"navigationBarTitleText": "",
|
"enablePullDownRefresh": false,
|
"navigationBarBackgroundColor": "#fff",
|
"navigationBarTextStyle": "black"
|
}
|
},
|
{
|
"path": "views/counterfraudReportDetail",
|
"style": {
|
"navigationBarTitleText": "无诈上报详情",
|
"enablePullDownRefresh": false,
|
"navigationBarBackgroundColor": "#fff",
|
"navigationBarTextStyle": "black"
|
}
|
}
|
|
]
|
},
|
//报事
|
{
|
"root": "subPackage/bs",
|
"pages": [{
|
"path": "views/index",
|
"style": {
|
"navigationBarTitleText": "报事",
|
"enablePullDownRefresh": false
|
}
|
},
|
{
|
"path": "views/bsReport",
|
"style": {
|
"navigationBarTitleText": "报事",
|
"navigationBarBackgroundColor": "#4586fe",
|
"navigationBarTextStyle": "white",
|
"enablePullDownRefresh": false
|
}
|
},
|
{
|
"path": "views/bsList",
|
"style": {
|
"navigationBarTitleText": "报事列表",
|
"navigationBarBackgroundColor": "#4586fe",
|
"navigationBarTextStyle": "white",
|
"enablePullDownRefresh": false
|
}
|
},
|
{
|
"path": "views/zhsb",
|
"style": {
|
"navigationBarTitleText": "租客上报",
|
"navigationBarBackgroundColor": "#fff",
|
"navigationBarTextStyle": "black",
|
"enablePullDownRefresh": false
|
}
|
},
|
{
|
"path": "views/rentDetail",
|
"style": {
|
"navigationBarTitleText": "租户详情",
|
"navigationBarBackgroundColor": "#fff",
|
"navigationBarTextStyle": "black",
|
"enablePullDownRefresh": false,
|
"usingComponents": {
|
// #ifdef MP-WEIXIN
|
"ocr-navigator": "plugin://ocr-plugin/ocr-navigator"
|
// #endif
|
}
|
}
|
},
|
{
|
"path": "views/repair",
|
"style": {
|
"navigationBarTitleText": "公共报事",
|
"navigationBarBackgroundColor": "#4586fe",
|
"navigationBarTextStyle": "white",
|
"enablePullDownRefresh": false
|
// "navigationStyle": "custom"
|
}
|
},
|
{
|
"path": "views/addRepair",
|
"style": {
|
"navigationBarTitleText": "公共维修",
|
"enablePullDownRefresh": false,
|
"navigationBarBackgroundColor": "#fff",
|
"navigationBarTextStyle": "black"
|
}
|
},
|
{
|
"path": "views/repairList",
|
"style": {
|
"navigationBarTitleText": "公共维修",
|
"enablePullDownRefresh": false,
|
"navigationBarBackgroundColor": "#fff",
|
"navigationBarTextStyle": "black"
|
}
|
},
|
{
|
"path": "views/repairRecord",
|
"style": {
|
"navigationBarTitleText": "报事明细",
|
"navigationBarBackgroundColor": "#fff",
|
"navigationBarTextStyle": "black",
|
"enablePullDownRefresh": false
|
}
|
},
|
{
|
"path": "views/danger",
|
"style": {
|
"navigationBarTitleText": "隐患上报",
|
"navigationBarBackgroundColor": "#fff",
|
"navigationBarTextStyle": "black",
|
"enablePullDownRefresh": false
|
}
|
}
|
]
|
},
|
// 楼栋管理
|
{
|
"root": "subPackage/house",
|
"pages": [{
|
"path": "list/index",
|
"style": {
|
"navigationBarTitleText": "楼栋列表",
|
"navigationBarBackgroundColor": "#fff",
|
"navigationBarTextStyle": "black",
|
"enablePullDownRefresh": false
|
}
|
},
|
{
|
"path": "family/index",
|
"style": {
|
"navigationBarTitleText": "楼盘",
|
"navigationBarBackgroundColor": "#fff",
|
"navigationBarTextStyle": "black",
|
"enablePullDownRefresh": false
|
}
|
},
|
{
|
"path": "roomDetails/index",
|
"style": {
|
"navigationBarTitleText": "房屋详情",
|
"navigationBarBackgroundColor": "#fff",
|
"navigationBarTextStyle": "black",
|
"enablePullDownRefresh": false
|
}
|
},
|
{
|
"path": "roomDetails/detail",
|
"style": {
|
"navigationBarTitleText": "",
|
"navigationBarBackgroundColor": "#fff",
|
"navigationBarTextStyle": "black",
|
"enablePullDownRefresh": false
|
}
|
},
|
{
|
"path": "member/index",
|
"style": {
|
"navigationBarTitleText": "资料管理",
|
"navigationBarBackgroundColor": "#fff",
|
"navigationBarTextStyle": "black",
|
"enablePullDownRefresh": false,
|
"usingComponents": {
|
// #ifdef MP-WEIXIN
|
"ocr-navigator": "plugin://ocr-plugin/ocr-navigator"
|
// #endif
|
}
|
}
|
},
|
{
|
"path": "member/householdLabel",
|
"style": {
|
"navigationBarTitleText": "标签管理",
|
"navigationBarBackgroundColor": "#fff",
|
"navigationBarTextStyle": "black",
|
"enablePullDownRefresh": false
|
}
|
},
|
{
|
"path": "member/add",
|
"style": {
|
"navigationBarTitleText": "人口采集",
|
"navigationBarBackgroundColor": "#fff",
|
"navigationBarTextStyle": "black",
|
"enablePullDownRefresh": false,
|
"usingComponents": {
|
// #ifdef MP-WEIXIN
|
"ocr-navigator": "plugin://ocr-plugin/ocr-navigator"
|
// #endif
|
}
|
}
|
},
|
{
|
"path": "roomControl/index",
|
"style": {
|
"navigationBarTitleText": "房屋管理",
|
"navigationBarBackgroundColor": "#fff",
|
"navigationBarTextStyle": "black",
|
"enablePullDownRefresh": false
|
}
|
},
|
{
|
"path": "roomControl/myHouse",
|
"style": {
|
"navigationBarTitleText": "我的房屋",
|
"navigationBarBackgroundColor": "#fff",
|
"navigationBarTextStyle": "black",
|
"enablePullDownRefresh": false
|
}
|
},
|
{
|
"path": "houseNumber/index",
|
"style": {
|
"navigationBarTitleText": "门牌码信息",
|
"enablePullDownRefresh": false,
|
"navigationBarBackgroundColor": "#fff",
|
"navigationBarTextStyle": "black"
|
}
|
},
|
{
|
"path": "houseNumber/eventDetail",
|
"style": {
|
"navigationBarTitleText": "事件详情",
|
"enablePullDownRefresh": false,
|
"navigationBarBackgroundColor": "#fff",
|
"navigationBarTextStyle": "black"
|
}
|
},
|
{
|
"path": "list/auditList",
|
"style": {
|
"navigationBarTitleText": "住户审核",
|
"enablePullDownRefresh": false,
|
"navigationBarBackgroundColor": "#fff",
|
"navigationBarTextStyle": "black"
|
}
|
},
|
|
{
|
"path": "houseNumber/siteInspect",
|
"style": {
|
"navigationBarTitleText": "场所检查",
|
"enablePullDownRefresh": false,
|
"navigationBarBackgroundColor": "#fff",
|
"navigationBarTextStyle": "black"
|
}
|
}
|
]
|
},
|
{
|
"root": "subPackage/grid",
|
"pages": [{
|
"path": "publicSecurity",
|
"style": {
|
"navigationBarTitleText": "公安网格",
|
"navigationBarBackgroundColor": "#fff",
|
"navigationBarTextStyle": "black",
|
"enablePullDownRefresh": false
|
}
|
},
|
{
|
"path": "comprehensive",
|
"style": {
|
"navigationBarTitleText": "综治网格",
|
"navigationBarBackgroundColor": "#fff",
|
"navigationBarTextStyle": "black",
|
"enablePullDownRefresh": false
|
}
|
},
|
{
|
"path": "tenement",
|
"style": {
|
"navigationBarTitleText": "物业",
|
"navigationBarBackgroundColor": "#fff",
|
"navigationBarTextStyle": "black",
|
"enablePullDownRefresh": false
|
}
|
},
|
{
|
"path": "comment",
|
"style": {
|
"navigationBarTitleText": "留言",
|
"navigationBarBackgroundColor": "#fff",
|
"navigationBarTextStyle": "black",
|
"enablePullDownRefresh": false
|
}
|
}
|
]
|
},
|
|
//居住证
|
{
|
"root": "subPackage/reside",
|
"pages": [{
|
"path": "list",
|
"style": {
|
"navigationBarTitleText": "居住证管理",
|
"navigationBarBackgroundColor": "#fff",
|
"navigationBarTextStyle": "black",
|
"enablePullDownRefresh": false
|
}
|
},
|
{
|
"path": "edit",
|
"style": {
|
"navigationBarTitleText": "居住证申请",
|
"navigationBarBackgroundColor": "#fff",
|
"navigationBarTextStyle": "black",
|
"enablePullDownRefresh": false
|
}
|
},
|
|
{
|
"path": "detail",
|
"style": {
|
"navigationBarTitleText": "居住证详情",
|
"navigationBarBackgroundColor": "#fff",
|
"navigationBarTextStyle": "black",
|
"enablePullDownRefresh": false
|
}
|
},
|
{
|
"path": "record",
|
"style": {
|
"navigationBarTitleText": "居住证列表",
|
"navigationBarBackgroundColor": "#fff",
|
"navigationBarTextStyle": "black",
|
"enablePullDownRefresh": false
|
}
|
}
|
]
|
},
|
|
{
|
"root": "subPackage/police",
|
"pages": [{
|
"path": "policeSituation",
|
"style": {
|
"navigationBarTitleText": "警情处置",
|
// "enablePullDownRefresh": false
|
"navigationBarBackgroundColor": "#fff",
|
"navigationBarTextStyle": "black"
|
}
|
|
}, {
|
"path": "policeSituationDetail",
|
"style": {
|
"navigationBarTitleText": "警情处置",
|
"enablePullDownRefresh": false
|
}
|
|
}, {
|
"path": "onLine",
|
"style": {
|
"navigationBarTitleText": "巡逻打卡",
|
"enablePullDownRefresh": false
|
}
|
|
}, {
|
"path": "people",
|
"style": {
|
"navigationBarTitleText": "重点人员管理",
|
"enablePullDownRefresh": false
|
}
|
|
},
|
{
|
"path": "peopleDetail",
|
"style": {
|
"navigationBarTitleText": "重点人员",
|
"enablePullDownRefresh": false
|
}
|
}
|
]
|
},
|
|
//反诈
|
{
|
"root": "subPackage/counterfraud",
|
"pages": [{
|
"path": "add",
|
"style": {
|
"navigationBarTitleText": "反诈宣防",
|
"navigationBarBackgroundColor": "#fff",
|
"navigationBarTextStyle": "black",
|
"enablePullDownRefresh": false,
|
"usingComponents": {
|
// #ifdef MP-WEIXIN
|
"ocr-navigator": "plugin://ocr-plugin/ocr-navigator"
|
// #endif
|
}
|
|
}
|
},
|
{
|
"path": "dispose",
|
"style": {
|
"navigationBarTitleText": "反诈预警处置",
|
"navigationBarBackgroundColor": "#fff",
|
"navigationBarTextStyle": "black",
|
"enablePullDownRefresh": false
|
}
|
}, {
|
"path": "propagateRecord",
|
"style": {
|
"navigationBarTitleText": "反诈宣防记录",
|
"navigationBarBackgroundColor": "#fff",
|
"navigationBarTextStyle": "black",
|
"enablePullDownRefresh": false
|
}
|
},
|
{
|
"path": "propagateDetail",
|
"style": {
|
"navigationBarTitleText": "反诈宣防详情",
|
"navigationBarBackgroundColor": "#fff",
|
"navigationBarTextStyle": "black",
|
"enablePullDownRefresh": false
|
}
|
},
|
{
|
"path": "disposeRecord",
|
"style": {
|
"navigationBarTitleText": "反诈预警处置记录",
|
"navigationBarBackgroundColor": "#fff",
|
"navigationBarTextStyle": "black",
|
"enablePullDownRefresh": false
|
}
|
},
|
{
|
"path": "disposeDetail",
|
"style": {
|
"navigationBarTitleText": "反诈预警处置详情",
|
"navigationBarBackgroundColor": "#fff",
|
"navigationBarTextStyle": "black",
|
"enablePullDownRefresh": false
|
}
|
},
|
{
|
"path": "addReport",
|
"style": {
|
"navigationBarTitleText": "无诈上报",
|
"navigationBarBackgroundColor": "#fff",
|
"navigationBarTextStyle": "black",
|
"enablePullDownRefresh": false
|
}
|
},
|
{
|
"path": "reportRecord",
|
"style": {
|
"navigationBarTitleText": "无诈上报记录",
|
"navigationBarBackgroundColor": "#fff",
|
"navigationBarTextStyle": "black",
|
"enablePullDownRefresh": false
|
}
|
},
|
{
|
"path": "reportAuditList",
|
"style": {
|
"navigationBarTitleText": "无诈申请",
|
"navigationBarBackgroundColor": "#fff",
|
"navigationBarTextStyle": "black",
|
"enablePullDownRefresh": false
|
}
|
}
|
]
|
},
|
//反诈
|
{
|
"root": "subPackage/contradiction",
|
"pages": [{
|
"path": "add",
|
"style": {
|
"navigationBarTitleText": "矛调矛排 ",
|
"navigationBarBackgroundColor": "#fff",
|
"navigationBarTextStyle": "black",
|
"enablePullDownRefresh": false
|
}
|
},
|
{
|
"path": "edit",
|
"style": {
|
"navigationBarTitleText": "矛调矛排 ",
|
"navigationBarBackgroundColor": "#fff",
|
"navigationBarTextStyle": "black",
|
"enablePullDownRefresh": false,
|
"usingComponents": {
|
// #ifdef MP-WEIXIN
|
"ocr-navigator": "plugin://ocr-plugin/ocr-navigator"
|
// #endif
|
}
|
}
|
}
|
]
|
},
|
|
//网格巡查
|
{
|
"root": "subPackage/patrol",
|
"pages": [{
|
"path": "list",
|
"style": {
|
"navigationBarTitleText": "巡查记录 ",
|
"navigationBarBackgroundColor": "#fff",
|
"navigationBarTextStyle": "black",
|
"enablePullDownRefresh": false
|
}
|
},
|
{
|
"path": "detail",
|
"style": {
|
"navigationBarTitleText": "巡查详情 ",
|
"navigationBarBackgroundColor": "#fff",
|
"navigationBarTextStyle": "black",
|
"enablePullDownRefresh": false
|
}
|
}
|
]
|
},
|
|
//走访日志
|
{
|
"root": "subPackage/workLog",
|
"pages": [{
|
"path": "list",
|
"style": {
|
"navigationBarTitleText": "走访记录 ",
|
"navigationBarBackgroundColor": "#fff",
|
"navigationBarTextStyle": "black",
|
"enablePullDownRefresh": false
|
}
|
}]
|
},
|
{
|
"root": "subPackage/search",
|
"pages": [{
|
"path": "index",
|
"style": {
|
"navigationBarTitleText": "搜索 ",
|
"navigationBarBackgroundColor": "#fff",
|
"navigationBarTextStyle": "black",
|
"enablePullDownRefresh": false
|
}
|
}]
|
},
|
{
|
"root": "subPackage/school",
|
"pages": [{
|
"path": "clockIn",
|
"style": {
|
"navigationBarTitleText": "护学打卡 ",
|
"navigationBarBackgroundColor": "#fff",
|
"navigationBarTextStyle": "black",
|
"enablePullDownRefresh": false
|
}
|
},
|
|
{
|
"path": "trouble",
|
"style": {
|
"navigationBarTitleText": "隐患排查",
|
"navigationBarBackgroundColor": "#fff",
|
"navigationBarTextStyle": "black",
|
"enablePullDownRefresh": false
|
}
|
},
|
{
|
"path": "troubleList",
|
"style": {
|
"navigationBarTitleText": "",
|
"navigationBarBackgroundColor": "#fff",
|
"navigationBarTextStyle": "black",
|
"enablePullDownRefresh": false
|
}
|
},
|
{
|
"path": "troubleDetail",
|
"style": {
|
"navigationBarTitleText": "",
|
"navigationBarBackgroundColor": "#fff",
|
"navigationBarTextStyle": "black",
|
"enablePullDownRefresh": false
|
}
|
},
|
{
|
"path": "troubleAuditList",
|
"style": {
|
"navigationBarTitleText": "",
|
"navigationBarBackgroundColor": "#fff",
|
"navigationBarTextStyle": "black",
|
"enablePullDownRefresh": false
|
}
|
},
|
{
|
"path": "security",
|
"style": {
|
"navigationBarTitleText": "校园安全检查",
|
"navigationBarBackgroundColor": "#fff",
|
"navigationBarTextStyle": "black",
|
"enablePullDownRefresh": false
|
}
|
},
|
{
|
"path": "securityRecord",
|
"style": {
|
"navigationBarTitleText": "校园安全检查记录",
|
"navigationBarBackgroundColor": "#fff",
|
"navigationBarTextStyle": "black",
|
"enablePullDownRefresh": false
|
}
|
},
|
{
|
"path": "securityDetail",
|
"style": {
|
"navigationBarTitleText": "校园安全检查详情",
|
"navigationBarBackgroundColor": "#fff",
|
"navigationBarTextStyle": "black",
|
"enablePullDownRefresh": false
|
}
|
},
|
{
|
"path": "securityReform",
|
"style": {
|
"navigationBarTitleText": "校园安全检查整改",
|
"navigationBarBackgroundColor": "#fff",
|
"navigationBarTextStyle": "black",
|
"enablePullDownRefresh": false
|
}
|
},
|
{
|
"path": "troubleTaskList",
|
"style": {
|
"navigationBarTitleText": "校园任务",
|
"navigationBarBackgroundColor": "#fff",
|
"navigationBarTextStyle": "black",
|
"enablePullDownRefresh": false
|
}
|
}
|
]
|
},
|
{
|
"root": "subPackage/ecall",
|
"pages": [{
|
"path": "index",
|
"style": {
|
"navigationBarTitleText": "E呼即办",
|
"enablePullDownRefresh": false
|
}
|
},
|
{
|
"path": "detail",
|
"style": {
|
"navigationBarTitleText": "E呼即办详情",
|
"enablePullDownRefresh": false
|
}
|
}
|
]
|
}
|
],
|
"globalStyle": {
|
"navigationBarTextStyle": "black",
|
"navigationBarTitleText": "饶城智理通",
|
"navigationBarBackgroundColor": "#fff",
|
"backgroundColor": "#4586FE"
|
},
|
"tabBar": {
|
"custom": true,
|
"color": "#AFB8C3",
|
"selectedColor": "#5086FA",
|
"borderStyle": "white",
|
"backgroundColor": "#ffffff",
|
"list": [{
|
"pagePath": "pages/home/index",
|
"selectedIconPath": "static/img/tabbar-01-selected.png",
|
"iconPath": "static/img/tabbar-01.png",
|
"text": "首页"
|
},
|
{
|
"pagePath": "pages/circle/index",
|
"iconPath": "static/img/tabbar-02.png",
|
"selectedIconPath": "static/img/tabbar-02-selected.png",
|
"text": "圈子"
|
},
|
{
|
"pagePath": "pages/statistics/index",
|
"iconPath": "static/img/tabbar-02.png",
|
"selectedIconPath": "static/img/tabbar-02-selected.png",
|
"text": "驾驶舱"
|
},
|
{
|
"pagePath": "pages/user/center",
|
"iconPath": "static/img/tabbar-03.png",
|
"selectedIconPath": "static/img/tabbar-03-selected.png",
|
"text": "我的"
|
}
|
]
|
}
|
}
|