pages.json 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158
  1. {
  2. "styleIsolation": "shared",
  3. "easycom": {
  4. "autoscan": true,
  5. "custom": {
  6. "^u--(.*)": "uview-plus/components/u-$1/u-$1.vue",
  7. "^up-(.*)": "uview-plus/components/u-$1/u-$1.vue",
  8. "^u-([^-].*)": "uview-plus/components/u-$1/u-$1.vue"
  9. }
  10. },
  11. "pages": [
  12. {
  13. "path": "pages/main/index",
  14. "style": {
  15. "navigationBarTitleText": "智慧校园"
  16. }
  17. },
  18. {
  19. "path": "pages/my/index",
  20. "style": {
  21. "navigationBarTitleText": "我的"
  22. }
  23. },
  24. {
  25. "path": "pages/my/changeInfo",
  26. "style": {
  27. "navigationBarTitleText": "修改信息"
  28. }
  29. },
  30. {
  31. "path": "pages/statistics/bjdm_statistics",
  32. "style": {
  33. "navigationBarTitleText": "点名统计"
  34. }
  35. },
  36. {
  37. "path": "pages/todo/todo_list",
  38. "style": {
  39. "navigationBarTitleText": "待办",
  40. "enablePullDownRefresh": true
  41. }
  42. },
  43. {
  44. "path": "pages/xuncha/mp_excelRcXcdjl_edit",
  45. "style": {
  46. "navigationBarTitleText": "校长巡查"
  47. }
  48. },
  49. {
  50. "path": "pages/bjdm/bjdm_bzrDm",
  51. "style": {
  52. "navigationBarTitleText": "班主任点名"
  53. }
  54. },
  55. {
  56. "path": "pages/bjdm/bjdm_bzrDm_list",
  57. "style": {
  58. "navigationBarTitleText": "班主任点名"
  59. }
  60. },
  61. {
  62. "path": "pages/common/list",
  63. "style": {
  64. "navigationBarTitleText": "通用列表"
  65. }
  66. },
  67. {
  68. "path": "pages/xfjl/index",
  69. "style": {
  70. "navigationBarTitleText": "消费记录"
  71. }
  72. },
  73. {
  74. "path": "pages/payment/recharge",
  75. "style": {
  76. "navigationBarTitleText": "充值"
  77. }
  78. },
  79. {
  80. "path": "pages/payment/result",
  81. "style": {
  82. "navigationBarTitleText": "支付结果"
  83. }
  84. },
  85. {
  86. "path": "pages/parent/in-out",
  87. "style": {
  88. "navigationBarTitleText": "出入记录"
  89. }
  90. },
  91. {
  92. "path": "pages/parent/message",
  93. "style": {
  94. "navigationBarTitleText": "消息"
  95. }
  96. },
  97. {
  98. "path": "pages/parent/call-center",
  99. "style": {
  100. "navigationBarTitleText": "呼叫留言"
  101. }
  102. },
  103. {
  104. "path": "pages/parent/callend",
  105. "style": {
  106. "navigationBarTitleText": "通话结束"
  107. }
  108. },
  109. {
  110. "path": "pages/clyy/clyy_inp",
  111. "style": {
  112. "navigationBarTitleText": "车辆预约"
  113. }
  114. },
  115. {
  116. "path": "pages/clyy/clyy_play",
  117. "style": {
  118. "navigationBarTitleText": "查看"
  119. }
  120. },
  121. {
  122. "path": "pages/common/webview",
  123. "style": {
  124. "navigationBarTitleText": "H5页面"
  125. }
  126. },
  127. {
  128. "path": "pages/common/h5-controller",
  129. "style": {
  130. "navigationBarTitleText": "H5控制器"
  131. }
  132. },
  133. {
  134. "path": "pages/device/index",
  135. "style": {
  136. "navigationBarTitleText": "设备端"
  137. }
  138. },
  139. {
  140. "path": "pages/device/callend",
  141. "style": {
  142. "navigationBarTitleText": "通话结束"
  143. }
  144. }
  145. ],
  146. "globalStyle": {
  147. "navigationBarTextStyle": "black",
  148. "navigationBarTitleText": "uni-app",
  149. "navigationBarBackgroundColor": "#F8F8F8",
  150. "backgroundColor": "#F8F8F8"
  151. },
  152. "uniIdRouter": {}
  153. }