12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485 |
- {
- "pages": [
- {
- "path": "pages/index/index",
- "style": {
- "navigationBarTitleText": "任务",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/risk/risk",
- "style": {
- "navigationBarTitleText": "风险",
- "navigationStyle": "custom"
- }
- },
- {
- "path" : "pages/mine/mine",
- "style" :
- {
- "navigationBarTitleText": "我的",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/login/login",
- "style": {
- "navigationBarTitleText": "登录"
- }
- },
- {
- "path": "pages/mine/password/password",
- "style": {
- "navigationBarTitleText": "修改密码"
- }
- } ,
- {
- "path": "pages/task/task",
- "style": {
- "navigationBarTitleText": "预警处置"
- }
- },
- {
- "path": "pages/task/form/form",
- "style": {
- "navigationBarTitleText": "处置"
- }
- }
- ],
- "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"
- }
- }
- }
|