pages.json 4.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122
  1. {
  2. "pages": [
  3. {
  4. "path": "pages/basicsModule/login",//登录
  5. "style": {
  6. "navigationBarTitleText": "登录",
  7. "navigationBarTextStyle": "white", //导航文字颜色
  8. "navigationBarBackgroundColor": "#0183FA" //导航背景色
  9. }
  10. },
  11. {
  12. "path": "pages/basicsModule/home",//首页
  13. "style": {
  14. "navigationBarTitleText": "首页",
  15. "navigationBarTextStyle": "white", //导航文字颜色
  16. "navigationBarBackgroundColor": "#0183FA" //导航背景色
  17. }
  18. },
  19. {
  20. "path": "pages/iotClassification/index",//物联分类
  21. "style": {
  22. "navigationBarTitleText": "物联分类",
  23. "navigationBarTextStyle": "white", //导航文字颜色
  24. "navigationBarBackgroundColor": "#0183FA" //导航背景色
  25. }
  26. },
  27. {
  28. "path": "pages/iotClassification/infoPage",//物联分类详情
  29. "style": {
  30. "navigationBarTitleText": "物联分类",
  31. "navigationBarTextStyle": "white", //导航文字颜色
  32. "navigationBarBackgroundColor": "#0183FA" //导航背景色
  33. }
  34. },
  35. {
  36. "path": "pages/iotDevice/index",//物联设备
  37. "style": {
  38. "navigationBarTitleText": "物联设备",
  39. "navigationBarTextStyle": "white", //导航文字颜色
  40. "navigationBarBackgroundColor": "#0183FA" //导航背景色
  41. }
  42. },
  43. {
  44. "path": "pages/iotDevice/addPage",//新增编辑物联设备
  45. "style": {
  46. "navigationBarTitleText": "物联设备",
  47. "navigationBarTextStyle": "white", //导航文字颜色
  48. "navigationBarBackgroundColor": "#0183FA" //导航背景色
  49. }
  50. },
  51. {
  52. "path": "pages/iotDevice/infoPage",//物联设备详情
  53. "style": {
  54. "navigationBarTitleText": "物联设备详情",
  55. "navigationBarTextStyle": "white", //导航文字颜色
  56. "navigationBarBackgroundColor": "#0183FA" //导航背景色
  57. }
  58. },
  59. {
  60. "path": "pages/hardware/index",//硬件设备
  61. "style": {
  62. "navigationBarTitleText": "硬件设备",
  63. "navigationBarTextStyle": "white", //导航文字颜色
  64. "navigationBarBackgroundColor": "#0183FA" //导航背景色
  65. }
  66. },
  67. {
  68. "path": "pages/hardware/addPage",//硬件设备
  69. "style": {
  70. "navigationBarTitleText": "硬件设备",
  71. "navigationBarTextStyle": "white", //导航文字颜色
  72. "navigationBarBackgroundColor": "#0183FA" //导航背景色
  73. }
  74. },
  75. {
  76. "path": "pages/hardware/infoPage",//硬件设备详情
  77. "style": {
  78. "navigationBarTitleText": "硬件设备详情",
  79. "navigationBarTextStyle": "white", //导航文字颜色
  80. "navigationBarBackgroundColor": "#0183FA" //导航背景色
  81. }
  82. },
  83. {
  84. "path": "pages/networkComponent/index",//网络组件
  85. "style": {
  86. "navigationBarTitleText": "网络组件",
  87. "navigationBarTextStyle": "white", //导航文字颜色
  88. "navigationBarBackgroundColor": "#0183FA" //导航背景色
  89. }
  90. },
  91. {
  92. "path": "pages/networkComponent/addPage",//网络组件新增
  93. "style": {
  94. "navigationBarTitleText": "网络组件",
  95. "navigationBarTextStyle": "white", //导航文字颜色
  96. "navigationBarBackgroundColor": "#0183FA" //导航背景色
  97. }
  98. },
  99. {
  100. "path": "pages/warningLog/index",//硬件设备
  101. "style": {
  102. "navigationBarTitleText": "告警日志",
  103. "navigationBarTextStyle": "white", //导航文字颜色
  104. "navigationBarBackgroundColor": "#0183FA" //导航背景色
  105. }
  106. }
  107. ],
  108. "globalStyle": {
  109. "dynamicRpx":true,//rpx设置开关
  110. "navigationBarTextStyle": "white", //导航文字颜色
  111. "navigationBarBackgroundColor": "#0183FA", //导航背景色
  112. "pageOrientation": "auto", //屏幕方向配置 auto / portrait / landscape
  113. "enablePullDownRefresh": false,//关闭下拉刷新
  114. "rpxCalcBaseDeviceWidth": 3840,
  115. "rpxCalcMaxDeviceWidth": 3840,
  116. "rpxCalcIncludeWidth": 750
  117. // "rpxCalcMaxDeviceWidth": 3600, // rpx 计算所支持的最大设备宽度,单位 px,默认值为 960
  118. // "rpxCalcBaseDeviceWidth": 1800, // rpx 计算使用的基准设备宽度,设备实际宽度超出 rpx 计算所支持的最大设备宽度时将按基准宽度计算,单位 px,默认值为 375
  119. // "rpxCalcIncludeWidth": 3600 // rpx 计算特殊处理的值,始终按实际的设备宽度计算,单位 rpx,默认值为 750
  120. }
  121. }