pages.json 5.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218
  1. {
  2. "pages": [
  3. {
  4. "path": "pages/index/index",
  5. "type": "home",
  6. "name": "home",
  7. "style": {
  8. "navigationBarTitleText": "首页",
  9. "navigationStyle": "custom",
  10. "disableScroll": true
  11. }
  12. },
  13. {
  14. "path": "pages/about/index",
  15. "type": "page",
  16. "name": "about",
  17. "style": {
  18. "navigationBarTitleText": "关于",
  19. "navigationStyle": "custom"
  20. }
  21. },
  22. {
  23. "path": "pages/login/index",
  24. "type": "page",
  25. "name": "login",
  26. "style": {
  27. "navigationBarTitleText": "账户密码登录",
  28. "navigationStyle": "custom",
  29. "disableScroll": true
  30. }
  31. }
  32. ],
  33. "globalStyle": {
  34. "navigationBarBackgroundColor": "@navBgColor",
  35. "navigationBarTextStyle": "@navTxtStyle",
  36. "navigationBarTitleText": "zhangtao",
  37. "backgroundColor": "@bgColor",
  38. "backgroundTextStyle": "@bgTxtStyle",
  39. "backgroundColorTop": "@bgColorTop",
  40. "backgroundColorBottom": "@bgColorBottom",
  41. "enablePullDownRefresh": false,
  42. "onReachBottomDistance": 50,
  43. "animationType": "pop-in",
  44. "animationDuration": 300
  45. },
  46. "tabBar": {
  47. "custom": true,
  48. "customize": true,
  49. "overlay": true,
  50. "height": "0",
  51. "color": "@tabColor",
  52. "selectedColor": "@tabSelectedColor",
  53. "backgroundColor": "@tabBgColor",
  54. "borderStyle": "@tabBorderStyle",
  55. "list": [
  56. {
  57. "pagePath": "pages/index/index"
  58. },
  59. {
  60. "pagePath": "pages/about/index"
  61. }
  62. ]
  63. },
  64. "subPackages": [
  65. {
  66. "root": "subPack",
  67. "pages": [
  68. {
  69. "path": "Camera/index",
  70. "type": "page",
  71. "name": "Camera",
  72. "style": {
  73. "navigationBarTitleText": "",
  74. "navigationStyle": "custom",
  75. "disableScroll": true
  76. }
  77. },
  78. {
  79. "path": "classInspection/index",
  80. "type": "page",
  81. "name": "classInspection",
  82. "style": {
  83. "navigationBarTitleText": "拍照验课||选择课程",
  84. "navigationStyle": "custom",
  85. "disableScroll": true
  86. }
  87. },
  88. {
  89. "path": "classInspectionDetaile/index",
  90. "type": "page",
  91. "name": "classInspectionDetaile",
  92. "style": {
  93. "navigationBarTitleText": "拍照验课",
  94. "navigationStyle": "custom"
  95. }
  96. },
  97. {
  98. "path": "EmployeeList/index",
  99. "type": "page",
  100. "name": "EmployeeList",
  101. "style": {
  102. "navigationBarTitleText": "员工管理"
  103. }
  104. },
  105. {
  106. "path": "EmployeeListAdd/index",
  107. "type": "page",
  108. "name": "EmployeeListAdd",
  109. "style": {
  110. "navigationBarTitleText": "员工管理",
  111. "navigationStyle": "custom"
  112. }
  113. },
  114. {
  115. "path": "Evaluation/index",
  116. "type": "page",
  117. "name": "Evaluation",
  118. "style": {
  119. "navigationBarTitleText": "评价",
  120. "navigationStyle": "custom",
  121. "disableScroll": true
  122. }
  123. },
  124. {
  125. "path": "ExtensionClass/index",
  126. "type": "page",
  127. "name": "ExtensionClass",
  128. "style": {
  129. "navigationBarTitleText": "填写延期信息",
  130. "disableScroll": true
  131. }
  132. },
  133. {
  134. "path": "Makeupclass/index",
  135. "type": "page",
  136. "name": "Makeupclass",
  137. "style": {
  138. "navigationBarTitleText": "补课课表"
  139. }
  140. },
  141. {
  142. "path": "notification/index",
  143. "type": "page",
  144. "name": "notification",
  145. "style": {
  146. "navigationBarTitleText": "消息通知"
  147. }
  148. },
  149. {
  150. "path": "notificationDetailes/index",
  151. "type": "page",
  152. "name": "notificationDetailes",
  153. "style": {
  154. "navigationBarTitleText": "消息通知"
  155. }
  156. },
  157. {
  158. "path": "PersonnelView/index",
  159. "type": "page",
  160. "name": "personnelView",
  161. "style": {
  162. "navigationBarTitleText": "人员查看"
  163. }
  164. },
  165. {
  166. "path": "ReservationClass/index",
  167. "type": "page",
  168. "name": "ReservationClass",
  169. "style": {
  170. "navigationBarTitleText": "选择课程"
  171. }
  172. },
  173. {
  174. "path": "selectClass/index",
  175. "type": "page",
  176. "name": "selectClass",
  177. "style": {
  178. "navigationBarTitleText": ""
  179. }
  180. },
  181. {
  182. "path": "Storebalance/index",
  183. "type": "page",
  184. "name": "Storebalance",
  185. "style": {
  186. "navigationBarTitleText": "店铺余额"
  187. }
  188. },
  189. {
  190. "path": "writeOff/index",
  191. "type": "page",
  192. "name": "writeOff",
  193. "style": {
  194. "navigationBarTitleText": "扫码核销"
  195. }
  196. },
  197. {
  198. "path": "writeOffDetaile/index",
  199. "type": "page",
  200. "name": "writeOffDetaile",
  201. "style": {
  202. "navigationBarTitleText": "核销明细"
  203. }
  204. },
  205. {
  206. "path": "writeOff/error/index",
  207. "type": "page",
  208. "name": "error",
  209. "style": {
  210. "navigationBarTitleText": "",
  211. "navigationStyle": "custom",
  212. "disableScroll": true
  213. }
  214. }
  215. ]
  216. }
  217. ]
  218. }