123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177 |
- {
- "pages": [
- {
- "path": "pages/login/login",
- "style": {
- "navigationBarTitleText": "登录"
- }
- },
- {
- "path": "pages/index/index",
- "style": {
- "navigationBarTitleText": "任务",
- "navigationStyle": "custom",
- "enablePullDownRefresh": true
- }
- },
- {
- "path": "pages/risk/risk",
- "style": {
- "navigationBarTitleText": "风险",
- "navigationStyle": "custom",
- "enablePullDownRefresh": true
- }
- },
- {
- "path" : "pages/mine/mine",
- "style" :
- {
- "navigationBarTitleText": "我的",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/mine/password/password",
- "style": {
- "navigationBarTitleText": "修改密码"
- }
- } ,
- {
- "path": "pages/task/task",
- "style": {
- "navigationBarTitleText": "预警处置"
- }
- },
- {
- "path": "pages/task/form/form",
- "style": {
- "navigationBarTitleText": "处置"
- }
- }
- ,{
- "path" : "pages/risk/review/review",
- "style" :
- {
- "navigationBarTitleText": "待评审",
- "enablePullDownRefresh": false
- }
-
- }
- ,{
- "path" : "pages/risk/review/form/form",
- "style" :
- {
- "navigationBarTitleText": "评审",
- "enablePullDownRefresh": false
- }
-
- }
- ,{
- "path" : "pages/risk/check/check",
- "style" :
- {
- "navigationBarTitleText": "待验收",
- "enablePullDownRefresh": false
- }
-
- }
- ,{
- "path" : "pages/risk/check/form/form",
- "style" :
- {
- "navigationBarTitleText": "验收",
- "enablePullDownRefresh": false
- }
-
- }
- ,{
- "path" : "pages/risk/rectify/rectify",
- "style" :
- {
- "navigationBarTitleText": "待整改",
- "enablePullDownRefresh": false
- }
-
- }
- ,{
- "path" : "pages/risk/rectify/form/form",
- "style" :
- {
- "navigationBarTitleText": "整改",
- "enablePullDownRefresh": false
- }
-
- }
- ,{
- "path" : "pages/risk/repeal/repeal",
- "style" :
- {
- "navigationBarTitleText": "已撤销",
- "enablePullDownRefresh": false
- }
-
- }
- ,{
- "path" : "pages/task/taskList/taskList",
- "style" :
- {
- "navigationBarTitleText": "检查任务",
- "enablePullDownRefresh": false
- }
-
- }
- ,{
- "path" : "pages/task/submit/submit",
- "style" :
- {
- "navigationBarTitleText": "登记预警",
- "enablePullDownRefresh": false
- }
-
- }
- ,{
- "path" : "pages/risk/histroy/histroy",
- "style" :
- {
- "navigationBarTitleText": "预警详情",
- "enablePullDownRefresh": false
- }
-
- }
- ],
- "tabBar": {
- "color": "#999999",
- "selectedColor": "#3384ff",
- "borderStyle": "white",
- "backgroundColor": "#ffffff",
- "height": "50px",
- "fontSize": "10px",
- "iconWidth": "24px",
- "spacing": "3px",
- "list": [{
- "pagePath": "pages/index/index",
- "iconPath": "static/tabBar/Home.png",
- "selectedIconPath": "static/tabBar/HomeEd.png",
- "text": "任务"
- }, {
- "pagePath": "pages/risk/risk",
- "iconPath": "static/tabBar/risk.png",
- "selectedIconPath": "static/tabBar/riskEd.png",
- "text": "预警"
- }, {
- "pagePath": "pages/mine/mine",
- "iconPath": "static/tabBar/mine.png",
- "selectedIconPath": "static/tabBar/mineEd.png",
- "text": "我的"
- }]
- },
- "globalStyle": {
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "uni-app",
- "navigationBarBackgroundColor": "#F3F5FB",
- "backgroundColor": "#F8F8F8",
- "app-plus": {
- "background": "#efeff4"
- }
- }
- }
|