pages.json 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120
  1. {
  2. "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
  3. {
  4. "path": "pages/control/index",
  5. "style": {
  6. "navigationBarTextStyle": "black",
  7. "enablePullDownRefresh": true,
  8. "backgroundColor": "#ffffff",
  9. "backgroundColorBottom": "#ffffff",
  10. "backgroundColorTop": "#ffffff",
  11. "app-plus": {
  12. "titleNView": false
  13. }
  14. }
  15. },{
  16. "path": "pages/login/login",
  17. "style": {
  18. "app-plus": {
  19. "navigationBarTextStyle": "black",
  20. "titleNView": false
  21. }
  22. }
  23. }, {
  24. "path": "pages/login/forget",
  25. "style": {
  26. "navigationBarTitleText": "找回密码",
  27. "enablePullDownRefresh": false,
  28. "navigationBarTextStyle": "black",
  29. "app-plus": {
  30. "titleNView": {
  31. "backgroundColor": "#ffffff"
  32. }
  33. }
  34. }
  35. }, {
  36. "path": "pages/login/register",
  37. "style": {
  38. "navigationBarTitleText": "注册",
  39. "enablePullDownRefresh": false,
  40. "navigationBarTextStyle": "black",
  41. "app-plus": {
  42. "titleNView": {
  43. "backgroundColor": "#ffffff"
  44. }
  45. }
  46. }
  47. }
  48. , {
  49. "path": "pages/control/form",
  50. "style": {
  51. "titleNView": false,
  52. "navigationBarTextStyle": "black",
  53. "navigationBarTitleText":"新增设备",
  54. "enablePullDownRefresh": false,
  55. "backgroundColor": "#26a495",
  56. "backgroundColorBottom": "#26a495",
  57. "backgroundColorTop": "#26a495",
  58. "app-plus": {
  59. "titleNView": {
  60. "backgroundColor": "#26a495"
  61. }
  62. }
  63. }
  64. }, {
  65. "path": "pages/control/timing",
  66. "style": {
  67. "titleNView": false,
  68. "navigationBarTextStyle": "black",
  69. "navigationBarTitleText":"定时设置",
  70. "enablePullDownRefresh": false,
  71. "backgroundColor": "#26a495",
  72. "backgroundColorBottom": "#26a495",
  73. "backgroundColorTop": "#26a495",
  74. "app-plus": {
  75. "titleNView": {
  76. "backgroundColor": "#26a495"
  77. }
  78. }
  79. }
  80. }, {
  81. "path": "pages/control/stat",
  82. "style": {
  83. "titleNView": false,
  84. "navigationBarTextStyle": "black",
  85. "navigationBarTitleText":"月度统计",
  86. "enablePullDownRefresh": false,
  87. "backgroundColor": "#26a495",
  88. "backgroundColorBottom": "#26a495",
  89. "backgroundColorTop": "#26a495",
  90. "app-plus": {
  91. "titleNView": {
  92. "backgroundColor": "#26a495"
  93. }
  94. }
  95. }
  96. }, {
  97. "path": "pages/control/statDay",
  98. "style": {
  99. "titleNView": false,
  100. "navigationBarTextStyle": "black",
  101. "navigationBarTitleText":"每日用时",
  102. "enablePullDownRefresh": false,
  103. "backgroundColor": "#26a495",
  104. "backgroundColorBottom": "#26a495",
  105. "backgroundColorTop": "#26a495",
  106. "app-plus": {
  107. "titleNView": {
  108. "backgroundColor": "#26a495"
  109. }
  110. }
  111. }
  112. }
  113. ],
  114. "globalStyle": {
  115. "app-plus": {}
  116. }
  117. }