1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677 |
- {
- "easycom": {
- "^u-(.*)": "uview-ui/components/u-$1/u-$1.vue"
- },
- "pages": [
- {
- "path": "pages/login/login",
- "style": {
- "navigationBarTitleText" : "登录",
- "navigationBarTextStyle": "#ffffff"
- }
- },
- {
- "path": "pages/lampControls/lampControls",
- "style": {
- "onReachBottomDistance": 150,
- "navigationBarTitleText" : "照明控制",
- "navigationBarTextStyle": "#ffffff"
- }
- },
- {
- "path": "pages/Supervisory/Supervisory",
- "style": {
- "navigationBarTitleText" : "智慧安防",
- "navigationBarTextStyle": "#ffffff"
- }
- },
- {
- "path": "pages/Lighting_data/Lighting_data",
- "style": {
- "navigationBarTitleText" : "照明信息",
- "navigationBarTextStyle": "#ffffff",
- "mp-weixin": {
- "pageOrientation": "landscape"
- }//横屏
- }
- },
- {
- "path": "pages/Supervisory_keep/Supervisory_keep",
- "style": {
- "navigationBarTitleText": "",
- "enablePullDownRefresh": false
- }
- }
- ,{
- "path" : "pages/Tactics/Tactics",
- "style" :
- {
- "navigationBarTitleText": "关联策略",
- "navigationBarTextStyle": "#ffffff"
- }
-
- }
- ],
- "globalStyle": {
- "navigationBarBackgroundColor": "#6497ea",
- "backgroundColor": "#F8F8F8",
- "app-plus": {
- "background": "#efeff4"
- }
- },
- "tabBar": {
- "list": [{
- "iconPath": "static/监控.png",
- "selectedIconPath": "static/监控-add.png",
- "text": "智慧安防",
- "pagePath": "pages/Supervisory/Supervisory"
- },
- {
- "iconPath": "static/智慧灯控-1.png",
- "selectedIconPath": "static/智慧灯控.png",
- "text": "照明控制",
- "pagePath": "pages/lampControls/lampControls"
- }
- ]
- }
- }
|