pages.json 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194
  1. {
  2. "easycom": {
  3. "autoscan": true,
  4. "custom": {
  5. "^s-(.*)": "@/common/components/s-$1/s-$1.vue",
  6. "^su-(.*)": "@/common/ui/su-$1/su-$1.vue"
  7. }
  8. },
  9. "pages": [{
  10. "path": "pages/index/index",
  11. "aliasPath": "/",
  12. "style": {
  13. "navigationBarTitleText": "首页",
  14. "enablePullDownRefresh": false
  15. },
  16. "meta": {
  17. "auth": false,
  18. "sync": true,
  19. "title": "首页",
  20. "group": "音链"
  21. }
  22. },
  23. {
  24. "path": "pages/index/user",
  25. "style": {
  26. "navigationBarTitleText": "我的"
  27. },
  28. "meta": {
  29. "auth": true,
  30. "sync": true,
  31. "title": "我的",
  32. "group": "音链"
  33. }
  34. },
  35. {
  36. "path": "pages/index/review",
  37. "style": {
  38. "navigationBarTitleText": "复盘"
  39. },
  40. "meta": {
  41. "auth": true,
  42. "sync": true,
  43. "title": "复盘",
  44. "group": "音链"
  45. }
  46. },
  47. {
  48. "path": "pages/index/login",
  49. "style": {
  50. "navigationBarTitleText": "登录"
  51. }
  52. },
  53. {
  54. "path": "pages/index/search",
  55. "style": {
  56. "navigationBarTitleText": "搜索"
  57. },
  58. "meta": {
  59. "sync": true,
  60. "title": "搜索",
  61. "group": "音链"
  62. }
  63. }
  64. ],
  65. "subPackages": [
  66. {
  67. "root": "pages/task",
  68. "pages": [
  69. {
  70. "path": "create",
  71. "style": {
  72. "navigationBarTitleText": "任务创建"
  73. },
  74. "meta": {
  75. "auth": true,
  76. "sync": true,
  77. "title": "任务创建",
  78. "group": "任务"
  79. }
  80. },
  81. {
  82. "path": "executionList",
  83. "style": {
  84. "navigationBarTitleText": "执行对象"
  85. },
  86. "meta": {
  87. "auth": true,
  88. "sync": true,
  89. "title": "执行对象",
  90. "group": "任务"
  91. }
  92. },
  93. {
  94. "path": "speechTest",
  95. "style": {
  96. "navigationBarTitleText": "话术测试"
  97. },
  98. "meta": {
  99. "auth": true,
  100. "sync": true,
  101. "title": "话术测试",
  102. "group": "任务"
  103. }
  104. },
  105. {
  106. "path": "speechConfirm",
  107. "style": {
  108. "navigationBarTitleText": "任务执行"
  109. },
  110. "meta": {
  111. "auth": true,
  112. "sync": true,
  113. "title": "任务执行",
  114. "group": "任务"
  115. }
  116. },
  117. {
  118. "path": "selectReason",
  119. "style": {
  120. "navigationBarTitleText": "任务执行"
  121. },
  122. "meta": {
  123. "auth": true,
  124. "sync": true,
  125. "title": "任务执行",
  126. "group": "任务"
  127. }
  128. },
  129. {
  130. "path": "record",
  131. "style": {
  132. "navigationBarTitleText": "历史记录",
  133. "enablePullDownRefresh": true
  134. },
  135. "meta": {
  136. "auth": true,
  137. "sync": true,
  138. "title": "历史记录",
  139. "group": "任务"
  140. }
  141. },
  142. {
  143. "path": "details",
  144. "style": {
  145. "navigationBarTitleText": "任务明细",
  146. "enablePullDownRefresh": true
  147. },
  148. "meta": {
  149. "auth": true,
  150. "sync": true,
  151. "title": "任务明细",
  152. "group": "任务"
  153. }
  154. }
  155. ]
  156. },
  157. {
  158. "root": "pages/public",
  159. "pages": [
  160. {
  161. "path": "error",
  162. "style": {
  163. "navigationBarTitleText": "错误页面"
  164. }
  165. },
  166. {
  167. "path": "webview",
  168. "style": {
  169. "navigationBarTitleText": ""
  170. }
  171. }
  172. ]
  173. }
  174. ],
  175. "globalStyle": {
  176. "navigationBarTextStyle": "black",
  177. "navigationBarTitleText": "音链",
  178. "navigationBarBackgroundColor": "#FFFFFF",
  179. "backgroundColor": "#FFFFFF",
  180. "navigationStyle": "custom"
  181. },
  182. "tabBar": {
  183. "list": [{
  184. "pagePath": "pages/index/index"
  185. },
  186. {
  187. "pagePath": "pages/index/review"
  188. },
  189. {
  190. "pagePath": "pages/index/user"
  191. }
  192. ]
  193. }
  194. }