123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813 |
- {
- "pages": [
- {
- "path": "pages/index",
- "style": {
- "navigationStyle": "custom",
- "navigationBarTitleText": "工作台",
- "app-plus": {
- "bounce": "none",
- "titleNView": false
- }
- }
- },
- {
- "path": "pages/info",
- "style": {
- "navigationBarTitleText": "消息",
- "navigationStyle": "custom",
- "enablePullDownRefresh": false,
- "app-plus": {
- "bounce": "none",
- "titleNView": false
- }
- }
- },
- {
- "path": "pages/mine",
- "style": {
- "navigationBarTitleText": "我的",
- "navigationStyle": "custom",
- "app-plus": {
- "bounce": "none",
- "titleNView": false
- }
- }
- }
- ],
- "subPackages": [
- {
- "name": "登录模块",
- "root": "pages/login",
- "pages": [
-
- {
- "path": "login",
- "style": {
- "navigationBarTitleText": "登录",
- "navigationStyle": "custom",
- "navigationBarTextStyle": "black"
- }
- }
- ]
- },
- {
- "name": "主要模块",
- "root": "pages/main",
- "pages": [
-
- {
- "path": "register",
- "style": {
- "navigationBarTitleText": "注册",
- "navigationStyle": "custom",
- "navigationBarTextStyle": "black"
- }
- },
- {
- "path": "serveConfigSelect",
- "style": {
- "navigationBarTitleText": "服务器配置",
- "navigationStyle": "custom",
- "navigationBarTextStyle": "black"
- }
- },
- {
- "path": "serveConfig",
- "style": {
- "navigationBarTitleText": "服务器配置",
- "navigationStyle": "custom",
- "navigationBarTextStyle": "black"
- }
- }
-
-
- ]
- },
- {
- "name": "公共模块",
- "root": "pages/common",
- "pages": [
- {
- "path": "webview/index",
- "style": {
- "navigationBarTitleText": "浏览网页"
- }
- },
- {
- "path": "textview/index",
- "style": {
- "navigationBarTitleText": "浏览文本"
- }
- },
- {
- "path": "square/index",
- "style": {
- "navigationBarTitleText": "",
- "enablePullDownRefresh": false
- }
- },
- {
- "path": "invoicing/index",
- "style": {
- "navigationBarTitleText": "续费提醒",
- "enablePullDownRefresh": false
- }
- },
- {
- "path": "phoneVerify/index",
- "style": {
- "navigationBarTitleText": "",
- "navigationBarTextStyle": "black",
- "navigationBarBackgroundColor": "#FFFFFF"
- }
- },
- {
- "path": "success/index",
- "style": {
- "navigationBarTitleText": "提交成功",
- "navigationStyle": "custom",
- "enablePullDownRefresh": false
- }
- },
- {
- "path": "appMessage/index",
- "style": {
- "navigationBarTitleText": "消息列表",
- "enablePullDownRefresh": false
- }
- },
- {
- "path": "appMessage/details",
- "style": {
- "navigationBarTitleText": "消息详情",
- "enablePullDownRefresh": false
- }
- },
- {
- "path": "alarmMessage/index",
- "style": {
- "navigationBarTitleText": "告警通知",
- "enablePullDownRefresh": false
- }
- },
- {
- "path": "evaluate/index",
- "style": {
- "navigationBarTitleText": "服务评价",
- "enablePullDownRefresh": false
- }
- },
- {
- "path": "nfc/index",
- "style": {
- "navigationBarTitleText": "NFC读取",
- "enablePullDownRefresh": false
- }
- },
- {
- "path": "searchSelect/index",
- "style": {
- "navigationBarTitleText": "搜索",
- "navigationStyle": "custom",
- "enablePullDownRefresh": false,
- "app-plus": {
- "bounce": "none",
- "titleNView": false
- }
- }
- },
- {
- "path": "face/index",
- "style": {
- "navigationBarTitleText": "人脸识别",
- "enablePullDownRefresh": false,
- "navigationStyle": "custom",
- "app-plus": {
- "bounce": "none",
- "titleNView": false
- }
- }
- }
- ]
- },
- {
- "name": "我的",
- "root": "pages/mine",
- "pages": [
- {
- "path": "info/index",
- "style": {
- "navigationBarTitleText": "我的信息"
- }
- },
- {
- "path": "msg/index",
- "style": {
- "navigationBarTitleText": "消息设置"
- }
- },
- {
- "path": "secure/index",
- "style": {
- "navigationBarTitleText": "账号与安全"
- }
- },
- {
- "path": "secure/loginLog/index",
- "style": {
- "navigationBarTitleText": "登录日志",
- "enablePullDownRefresh": false
- }
- },
- {
- "path": "secure/fingerprint/index",
- "style": {
- "navigationBarTitleText": "",
- "navigationBarTextStyle": "black",
- "navigationBarBackgroundColor": "#FFFFFF"
- }
- },
- {
- "path": "avatar/index",
- "style": {
- "navigationBarTitleText": "修改头像"
- }
- },
- {
- "path": "help/index",
- "style": {
- "navigationBarTitleText": "常见问题",
- "navigationStyle": "custom",
- "app-plus": {
- "bounce": "none",
- "titleNView": false
- }
- }
- },
- {
- "path": "about/index",
- "style": {
- "navigationBarTitleText": "关于我们",
- "navigationStyle": "custom",
- "app-plus": {
- "bounce": "none",
- "titleNView": false
- }
- }
- },
- {
- "path": "setting/index",
- "style": {
- "navigationBarTitleText": "设置",
- "enablePullDownRefresh": false
- }
- }
- ]
- },
- {
- "name": "智慧安防",
- "root": "pages/business/zhaf",
- "pages": [
- {
- "path": "xunJian/xunJian",
- "style": {
- "navigationBarTitleText": "巡检",
- "enablePullDownRefresh": false
- }
- },
- {
- "path": "xunJian/plan/index",
- "style": {
- "navigationBarTitleText": "巡检计划",
- "enablePullDownRefresh": false
- }
- },
- {
- "path": "xunJian/plan/components/siteDetails",
- "style": {
- "navigationBarTitleText": "站点详情",
- "enablePullDownRefresh": false
- }
- },
- {
- "path": "xunJian/plan/components/content",
- "style": {
- "navigationBarTitleText": "巡检内容",
- "enablePullDownRefresh": false
- }
- },
- {
- "path": "xunJian/plan/components/report",
- "style": {
- "navigationBarTitleText": "巡检上报",
- "enablePullDownRefresh": false
- }
- },
- {
- "path": "xunJian/record/index",
- "style": {
- "navigationBarTitleText": "巡检记录",
- "enablePullDownRefresh": false
- }
- },
- {
- "path": "xunJian/record/recordDetail/index",
- "style": {
- "navigationBarTitleText": "巡检记录详情",
- "enablePullDownRefresh": false
- }
- },
- {
- "path": "xunJian/collect/index",
- "style": {
- "navigationBarTitleText": "点位采集",
- "navigationStyle": "custom",
- "enablePullDownRefresh": false,
- "app-plus": {
- "bounce": "none",
- "titleNView": false
- }
- }
- },
- {
- "path": "xunJian/collect/components/collectDetail",
- "style": {
- "navigationBarTitleText": "采集上报",
- "enablePullDownRefresh": false
- }
- },
- {
- "path": "xunJian/collect/components/collectRecord",
- "style": {
- "navigationBarTitleText": "采集记录",
- "navigationStyle": "custom",
- "enablePullDownRefresh": false,
- "app-plus": {
- "bounce": "none",
- "titleNView": false
- }
- }
- },
- {
- "path": "xunJian/error/index",
- "style": {
- "navigationBarTitleText": "异常上报",
- "enablePullDownRefresh": false
- }
- },
- {
- "path": "xunJian/error/errorList",
- "style": {
- "navigationBarTitleText": "异常列表",
- "enablePullDownRefresh": false
- }
- },
- {
- "path": "xunJian/error/errorListDetail",
- "style": {
- "navigationBarTitleText": "事件详情",
- "enablePullDownRefresh": false
- }
- },
- {
- "path": "xunJian/error/errorDisposition",
- "style": {
- "navigationBarTitleText": "处置内容",
- "enablePullDownRefresh": false
- }
- },
- {
- "path": "signIn/index",
- "style": {
- "navigationBarTitleText": "人员签到",
- "enablePullDownRefresh": false
- }
- }
- ]
- },
- {
- "name": "闵行消防",
- "root": "pages/business/mhxf",
- "pages": [
- {
- "path": "informationSelect/index",
- "style": {
- "navigationBarTitleText": "信息查询",
- "enablePullDownRefresh": false
- }
- },
- {
- "path": "deviceManage/index",
- "style": {
- "navigationBarTitleText": "设备管理",
- "enablePullDownRefresh": false
- }
- },
- {
- "path": "coordination/index",
- "style": {
- "navigationBarTitleText": "协同作战地图",
- "enablePullDownRefresh": false
- }
- },
- {
- "path": "unitInfoCollection/index",
- "style": {
- "navigationBarTitleText": "单位信息采集",
- "enablePullDownRefresh": false
- }
- },
- {
- "path": "fireReport/index",
- "style": {
- "navigationBarTitleText": "消防报告",
- "enablePullDownRefresh": false
- }
- },
- {
- "path": "fireReport/components/detailed",
- "style": {
- "navigationBarTitleText": "消防报告",
- "enablePullDownRefresh": false
- }
- },
- {
- "path": "fireReport/components/detailedPath",
- "style": {
- "navigationBarTitleText": "消防报告",
- "enablePullDownRefresh": false
- }
- },
- {
- "path": "needMatter/index",
- "style": {
- "navigationBarTitleText": "待办事项",
- "enablePullDownRefresh": false
- }
- }
- ]
- },
- {
- "name": "智慧消防",
- "root": "pages/business/zhxf",
- "pages": [
- {
- "path": "messagePush/index",
- "style": {
- "navigationBarTitleText": "消息推送设置",
- "enablePullDownRefresh": false
- }
- },
- {
- "path": "building/index",
- "style": {
- "navigationBarTitleText": "建筑管理",
- "enablePullDownRefresh": false
- }
- },
- {
- "path": "fireInspect/index",
- "style": {
- "navigationBarTitleText": "消防督察单",
- "enablePullDownRefresh": false
- }
- },
- {
- "path": "fireInspect/inspectDetailsList/index",
- "style": {
- "navigationBarTitleText": "",
- "enablePullDownRefresh": false
- }
- },
- {
- "path": "fireInspect/inspectDetails/index",
- "style": {
- "navigationBarTitleText": "消防督察单处理",
- "enablePullDownRefresh": false
- }
- },
- {
- "path": "funReport/index",
- "style": {
- "navigationBarTitleText": "功能报备",
- "enablePullDownRefresh": false,
- "onReachBottomDistance": 100
- }
- },
- {
- "path": "funReport/funcAdd/index",
- "style": {
- "navigationBarTitleText": "功能报备新增",
- "enablePullDownRefresh": false
- }
- }
- ]
- },
- {
- "name": "消防物联网",
- "root": "pages/business/fireIot",
- "pages": [
- {
- "path": "deviceManage/index",
- "style": {
- "navigationBarTitleText": "设备管理",
- "enablePullDownRefresh": false
- }
- },
- {
- "path": "deviceManage/components/deviceDetailsList",
- "style": {
- "navigationBarTitleText": "",
- "enablePullDownRefresh": false
- }
- },
- {
- "path": "deviceManage/components/deviceDetails",
- "style": {
- "navigationBarTitleText": "设备详情",
- "enablePullDownRefresh": false
- }
- },
- {
- "path": "facilitiesGather/index",
- "style": {
- "navigationBarTitleText": "设施采集",
- "enablePullDownRefresh": false
- }
- },
- {
- "path": "facilitiesGather/mapGather",
- "style": {
- "navigationBarTitleText": "地图采集",
- "enablePullDownRefresh": false
- }
- },
- {
- "path": "facilitiesManage/index",
- "style": {
- "navigationBarTitleText": "设施管理",
- "enablePullDownRefresh": false
- }
- },
- {
- "path": "facilitiesManage/mapFacilitiesView",
- "style": {
- "navigationBarTitleText": "设施查看",
- "enablePullDownRefresh": false
- }
- },
- {
- "path": "facilitiesManage/facilitiesDetailsList",
- "style": {
- "navigationBarTitleText": "",
- "enablePullDownRefresh": false
- }
- },
- {
- "path": "facilitiesManage/facilitiesDetails",
- "style": {
- "navigationBarTitleText": "设施详情",
- "enablePullDownRefresh": false
- }
- },
- {
- "path": "alarmManage/index",
- "style": {
- "navigationBarTitleText": "告警管理",
- "enablePullDownRefresh": false
- }
- },
- {
- "path": "alarmManage/alarmDetailsList/index",
- "style": {
- "navigationBarTitleText": "",
- "enablePullDownRefresh": false
- }
- },
- {
- "path": "alarmManage/alarmDetails/index",
- "style": {
- "navigationBarTitleText": "告警处理",
- "enablePullDownRefresh": false
- }
- },
- {
- "path": "repairManage/repairDetailsList",
- "style": {
- "navigationBarTitleText": "报修列表",
- "enablePullDownRefresh": false
- }
- },
- {
- "path": "repairManage/repairDetails",
- "style": {
- "navigationBarTitleText": "报修处理",
- "enablePullDownRefresh": false
- }
- },
- {
- "path": "customManage/index",
- "style": {
- "navigationBarTitleText": "客户管理",
- "enablePullDownRefresh": false
- }
- },
- {
- "path": "repairReport/index",
- "style": {
- "navigationBarTitleText": "报修申请",
- "enablePullDownRefresh": false
- }
- },
- {
- "path": "repairReport/record",
- "style": {
- "navigationBarTitleText": "报修历史",
- "enablePullDownRefresh": false
- }
- }
- ]
- },
- {
- "name": "业务公共模块",
- "root": "pages/business/common",
- "pages": [
- {
- "path": "fastMail/index",
- "style": {
- "navigationBarTitleText": "我的快递",
- "enablePullDownRefresh": false
- }
- },
- {
- "path": "videoMonitor/videoList",
- "style": {
- "navigationBarTitleText": "视频监测列表",
- "enablePullDownRefresh": false
- }
- },
- {
- "path": "videoMonitor/videoDetail",
- "style": {
- "navigationBarTitleText": "实时监控",
- "enablePullDownRefresh": false
- }
- },
- {
- "path": "projectMange/record/index",
- "style": {
- "navigationBarTitleText": "工作报告",
- "enablePullDownRefresh": false,
- "navigationStyle": "custom",
- "app-plus": {
- "bounce": "none",
- "titleNView": false
- }
- }
- },
- {
- "path": "projectMange/record/details",
- "style": {
- "navigationBarTitleText": "报告详情",
- "enablePullDownRefresh": false,
- "navigationStyle": "custom",
- "app-plus": {
- "bounce": "none",
- "titleNView": false
- }
- }
- },
- {
- "path": "projectMange/overview/index",
- "style": {
- "navigationBarTitleText": "项目概览",
- "enablePullDownRefresh": false,
- "navigationStyle": "custom",
- "app-plus": {
- "bounce": "none",
- "titleNView": false
- }
- }
- },
- {
- "path": "projectMange/record/timingLog",
- "style": {
- "navigationBarTitleText": "定时日志",
- "enablePullDownRefresh": false,
- "navigationStyle": "custom",
- "app-plus": {
- "bounce": "none",
- "titleNView": false
- }
- }
- },
- {
- "path": "projectMange/write/index",
- "style": {
- "navigationBarTitleText": "报告填写",
- "enablePullDownRefresh": false,
- "navigationStyle": "custom",
- "app-plus": {
- "bounce": "none",
- "titleNView": false
- }
- }
- },
- {
- "path": "projectMange/write/insert",
- "style": {
- "navigationBarTitleText": "",
- "enablePullDownRefresh": false,
- "navigationStyle": "custom",
- "app-plus": {
- "bounce": "none",
- "titleNView": false
- }
- }
- },
- {
- "path": "projectMange/list/index",
- "style": {
- "navigationBarTitleText": "项目列表",
- "enablePullDownRefresh": false,
- "navigationStyle": "custom",
- "app-plus": {
- "bounce": "none",
- "titleNView": false
- }
- }
- },
- {
- "path": "projectMange/list/addEdit",
- "style": {
- "navigationBarTitleText": "",
- "enablePullDownRefresh": false,
- "navigationStyle": "custom",
- "app-plus": {
- "bounce": "none",
- "titleNView": false
- }
- }
- },
- {
- "path": "projectMange/mall/index",
- "style": {
- "navigationBarTitleText": "选择接收人",
- "enablePullDownRefresh": false,
- "navigationStyle": "custom",
- "app-plus": {
- "bounce": "none",
- "titleNView": false
- }
- }
- }
- ]
- }
- ],
- "globalStyle": {
- "navigationBarTextStyle": "white",
- "navigationBarTitleText": "uni-app",
- "backgroundColor": "#F8F8F8"
- },
- "tabBar": {
- "fontSize": "12px",
- "color": "#a9a9a9",
- "selectedColor": "#000000",
- "borderStyle": "white",
- "backgroundColor": "#ffffff",
- "list": [
- {
- "pagePath": "pages/index",
- "iconPath": "/static/images/tabBar/tab-home.png",
- "selectedIconPath": "/static/images/tabBar/tab-home-blue.png",
- "text": "工作台",
- "visible": false
- },
- {
- "pagePath": "pages/info",
- "iconPath": "/static/images/tabBar/tab-info.png",
- "selectedIconPath": "/static/images/tabBar/tab-info-blue.png",
- "text": "消息",
- "visible": false
- },
- {
- "pagePath": "pages/mine",
- "iconPath": "/static/images/tabBar/tab-my.png",
- "selectedIconPath": "/static/images/tabBar/tab-my-blue.png",
- "text": "我的",
- "visible": false
- }
- ]
- },
- "condition": {
- "current": 0,
- "list": [
- {
- "name": "",
- "path": "pages/login",
- "query": ""
- }
- ]
- }
- }
|