pages.json 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  1. {
  2. "easycom": {
  3. "^u-(.*)": "uview-ui/components/u-$1/u-$1.vue"
  4. },
  5. "pages": [
  6. {
  7. "path": "pages/login/login",
  8. "style": {
  9. "navigationBarTitleText" : "登录",
  10. "navigationBarTextStyle": "#ffffff"
  11. }
  12. },
  13. {
  14. "path": "pages/lampControls/lampControls",
  15. "style": {
  16. "onReachBottomDistance": 150,
  17. "navigationBarTitleText" : "照明控制",
  18. "navigationBarTextStyle": "#ffffff"
  19. }
  20. },
  21. {
  22. "path": "pages/Supervisory/Supervisory",
  23. "style": {
  24. "navigationBarTitleText" : "智慧安防",
  25. "navigationBarTextStyle": "#ffffff"
  26. }
  27. },
  28. {
  29. "path": "pages/Lighting_data/Lighting_data",
  30. "style": {
  31. "navigationBarTitleText" : "照明信息",
  32. "navigationBarTextStyle": "#ffffff",
  33. "mp-weixin": {
  34. "pageOrientation": "landscape"
  35. }//横屏
  36. }
  37. },
  38. {
  39. "path": "pages/Supervisory_keep/Supervisory_keep",
  40. "style": {
  41. "navigationBarTitleText": "",
  42. "enablePullDownRefresh": false
  43. }
  44. }
  45. ,{
  46. "path" : "pages/Tactics/Tactics",
  47. "style" :
  48. {
  49. "navigationBarTitleText": "关联策略",
  50. "navigationBarTextStyle": "#ffffff"
  51. }
  52. }
  53. ],
  54. "globalStyle": {
  55. "navigationBarBackgroundColor": "#6497ea",
  56. "backgroundColor": "#F8F8F8",
  57. "app-plus": {
  58. "background": "#efeff4"
  59. }
  60. },
  61. "tabBar": {
  62. "list": [{
  63. "iconPath": "static/监控.png",
  64. "selectedIconPath": "static/监控-add.png",
  65. "text": "智慧安防",
  66. "pagePath": "pages/Supervisory/Supervisory"
  67. },
  68. {
  69. "iconPath": "static/智慧灯控-1.png",
  70. "selectedIconPath": "static/智慧灯控.png",
  71. "text": "照明控制",
  72. "pagePath": "pages/lampControls/lampControls"
  73. }
  74. ]
  75. }
  76. }