pages.json 4.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269
  1. {
  2. "pages": [
  3. {
  4. "path": "pages/home",
  5. "style": {
  6. "navigationStyle": "custom"
  7. }
  8. },
  9. {
  10. "path": "pages/pdf",
  11. "style": {
  12. "navigationStyle": "custom"
  13. }
  14. },
  15. {
  16. "path": "pages/publish",
  17. "style": {
  18. "navigationStyle": "custom"
  19. }
  20. },
  21. {
  22. "path": "pages/login",
  23. "style": {
  24. "navigationStyle": "custom"
  25. }
  26. },
  27. {
  28. "path": "pages/registerInfo",
  29. "style": {
  30. "navigationStyle": "custom"
  31. }
  32. },
  33. {
  34. "path": "pages/scan",
  35. "style": {
  36. "navigationStyle": "custom"
  37. }
  38. },
  39. {
  40. "path": "pages/launch",
  41. "style": {
  42. "navigationStyle": "custom"
  43. }
  44. },
  45. {
  46. "path": "pages/dialog",
  47. "style": {
  48. "navigationStyle": "custom"
  49. }
  50. },
  51. {
  52. "path": "pages/questionnaire",
  53. "style": {
  54. "navigationStyle": "custom"
  55. }
  56. },
  57. {
  58. "path": "pages/questionnaireFill",
  59. "style": {
  60. "navigationStyle": "custom"
  61. }
  62. },
  63. {
  64. "path": "pages/questionnaireFill2",
  65. "style": {
  66. "navigationStyle": "custom"
  67. }
  68. },
  69. {
  70. "path": "pages/questionnaireResult",
  71. "style": {
  72. "navigationStyle": "custom"
  73. }
  74. },
  75. {
  76. "path": "pages/report",
  77. "style": {
  78. "navigationStyle": "custom"
  79. }
  80. },
  81. {
  82. "path": "pages/reportDetail",
  83. "style": {
  84. "navigationStyle": "custom"
  85. }
  86. },
  87. {
  88. "path": "pages/reportAsk",
  89. "style": {
  90. "navigationStyle": "custom"
  91. }
  92. },
  93. {
  94. "path": "pages/my",
  95. "style": {
  96. "navigationStyle": "custom"
  97. }
  98. }
  99. ],
  100. "subPackages": [
  101. {
  102. "root": "pagesHome",
  103. "pages": [
  104. {
  105. "path": "questionnaire",
  106. "style": {
  107. "navigationStyle": "custom"
  108. }
  109. },
  110. {
  111. "path": "questionnaireEdit",
  112. "style": {
  113. "navigationStyle": "custom"
  114. }
  115. },
  116. {
  117. "path": "report",
  118. "style": {
  119. "navigationStyle": "custom"
  120. }
  121. },
  122. {
  123. "path": "reportResult",
  124. "style": {
  125. "navigationStyle": "custom"
  126. }
  127. }
  128. ]
  129. },
  130. {
  131. "root": "pagesPublish",
  132. "pages": [
  133. {
  134. "path": "rechargeCenter",
  135. "style": {
  136. "navigationStyle": "custom"
  137. }
  138. },
  139. {
  140. "path": "payResult",
  141. "style": {
  142. "navigationStyle": "custom"
  143. }
  144. },
  145. {
  146. "path": "fillTeamInfo",
  147. "style": {
  148. "navigationStyle": "custom"
  149. }
  150. },
  151. {
  152. "path": "questionnaireFill",
  153. "style": {
  154. "navigationStyle": "custom"
  155. }
  156. },
  157. {
  158. "path": "questionnaireResult",
  159. "style": {
  160. "navigationStyle": "custom"
  161. }
  162. },
  163. {
  164. "path": "questionnairePreview",
  165. "style": {
  166. "navigationStyle": "custom"
  167. }
  168. },
  169. {
  170. "path": "submitResult",
  171. "style": {
  172. "navigationStyle": "custom"
  173. }
  174. },
  175. {
  176. "path": "publishResult",
  177. "style": {
  178. "navigationStyle": "custom"
  179. }
  180. },
  181. {
  182. "path": "teamTypeMultiple",
  183. "style": {
  184. "navigationStyle": "custom"
  185. }
  186. },
  187. {
  188. "path": "industry",
  189. "style": {
  190. "navigationStyle": "custom"
  191. }
  192. }
  193. ]
  194. },
  195. {
  196. "root": "pagesMy",
  197. "pages": [
  198. {
  199. "path": "recommendHistory",
  200. "style": {
  201. "navigationStyle": "custom"
  202. }
  203. },
  204. {
  205. "path": "order",
  206. "style": {
  207. "navigationStyle": "custom"
  208. }
  209. },
  210. {
  211. "path": "orderDetail",
  212. "style": {
  213. "navigationStyle": "custom"
  214. }
  215. },
  216. {
  217. "path": "teamUser",
  218. "style": {
  219. "navigationStyle": "custom"
  220. }
  221. },
  222. {
  223. "path": "teamUserDetail",
  224. "style": {
  225. "navigationStyle": "custom"
  226. }
  227. },
  228. {
  229. "path": "team",
  230. "style": {
  231. "navigationStyle": "custom"
  232. }
  233. },
  234. {
  235. "path": "teamEdit",
  236. "style": {
  237. "navigationStyle": "custom"
  238. }
  239. },
  240. {
  241. "path": "set",
  242. "style": {
  243. "navigationStyle": "custom"
  244. }
  245. },
  246. {
  247. "path": "serviceAgreement",
  248. "style": {
  249. "navigationStyle": "custom"
  250. }
  251. },
  252. {
  253. "path": "privacyPolicy",
  254. "style": {
  255. "navigationStyle": "custom"
  256. }
  257. }
  258. ]
  259. }
  260. ],
  261. "globalStyle": {
  262. "navigationBarTitleText": "创衡汇教练AI智能体",
  263. "navigationBarBackgroundColor": "#FFFFFF",
  264. "navigationBarTextStyle": "black"
  265. },
  266. "easycom": {
  267. "^u-(.*)": "@/uni_modules/uview-ui/components/u-$1/u-$1.vue"
  268. }
  269. }