| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798 |
- {
- "pages": [{
- "path": "pages/index/index",
- "style": {
- "navigationBarTitleText": "首页"
- }
- },
- {
- "path": "pages/eventList/index",
- "style": {
- "navigationBarTitleText": "事件列表"
- }
- },
- {
- "path": "pages/VisualControl/index",
- "style": {
- "navigationBarTitleText": "模块控制"
- }
- },
- {
- "path": "pages/my/index",
- "style": {
- "navigationBarTitleText": "我的"
- }
- },
- {
- "path": "pages/poleList/index",
- "style": {
- "navigationBarTitleText": "灯杆列表"
- }
- },
- {
- "path": "pages/poleDetail/index",
- "style": {
- "navigationBarTitleText": "灯杆详情"
- }
- },
- {
- "path": "pages/eventDetail/index",
- "style": {
- "navigationBarTitleText": "事件详情"
- }
- },
- {
- "path": "pages/security/index",
- "style": {
- "navigationBarTitleText": "安保人员"
- }
- },
- {
- "path": "pages/security/personnelDetails",
- "style": {
- "navigationBarTitleText": "安保人员"
- }
- }
- ],
- "globalStyle": {
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "集成控制",
- "navigationBarBackgroundColor": "#F8F8F8",
- "backgroundColor": "#F8F8F8"
- },
- "tabBar": {
- "borderStyle": "black",
- "backgroundColor": "#2979ff",
- "color": "#8F8F94",
- "selectedColor": "#fff",
- "list": [
- {
- "pagePath": "pages/index/index",
- "iconPath": "/static/img/tabBar/home.png",
- "selectedIconPath": "/static/img/tabBar/homeative.png",
- "text": "首页"
- },
- {
- "pagePath": "pages/security/index",
- "iconPath": "/static/img/tabBar/security.png",
- "selectedIconPath": "/static/img/tabBar/securityative.png",
- "text": "安保"
- }
- // {
- // "pagePath": "pages/my/index",
- // "text": "我的",
- // "iconPath": "/static/uni.png",
- // "selectedIconPath": "/static/uni.png"
- // },
- ]
- },
- "globalStyle": {
- "navigationBarTextStyle": "#FFFFFF",
- "navigationBarTitleText": "uni-app",
- "navigationBarBackgroundColor": "#2979ff",
- "backgroundColor": "#F8F8F8",
- "app-plus": {
- "background": "#efeff4"
- }
- }
- }
|