pages.json 5.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329
  1. {
  2. "pages": [
  3. {
  4. "path": "pages/home",
  5. "style": {
  6. "navigationStyle": "custom"
  7. }
  8. },
  9. {
  10. "path": "pages/scan",
  11. "style": {
  12. "navigationStyle": "custom"
  13. }
  14. },
  15. {
  16. "path": "pages/perillPgjs",
  17. "style": {
  18. "navigationStyle": "custom"
  19. }
  20. },
  21. {
  22. "path": "pages/perillPgsm",
  23. "style": {
  24. "navigationStyle": "custom"
  25. }
  26. },
  27. {
  28. "path": "pages/support",
  29. "style": {
  30. "navigationStyle": "custom"
  31. }
  32. },
  33. {
  34. "path": "pages/webView",
  35. "style": {
  36. "navigationStyle": "custom"
  37. }
  38. },
  39. {
  40. "path": "pages/publish",
  41. "style": {
  42. "navigationStyle": "custom"
  43. }
  44. },
  45. {
  46. "path": "pages/login",
  47. "style": {
  48. "navigationStyle": "custom"
  49. }
  50. },
  51. {
  52. "path": "pages/registerInfo",
  53. "style": {
  54. "navigationStyle": "custom"
  55. }
  56. },
  57. {
  58. "path": "pages/launch",
  59. "style": {
  60. "navigationStyle": "custom"
  61. }
  62. },
  63. {
  64. "path": "pages/dialog",
  65. "style": {
  66. "navigationStyle": "custom"
  67. }
  68. },
  69. {
  70. "path": "pages/questionnaire",
  71. "style": {
  72. "navigationStyle": "custom"
  73. }
  74. },
  75. {
  76. "path": "pages/questionnaireFill",
  77. "style": {
  78. "navigationStyle": "custom"
  79. }
  80. },
  81. {
  82. "path": "pages/questionnaireFill2",
  83. "style": {
  84. "navigationStyle": "custom"
  85. }
  86. },
  87. {
  88. "path": "pages/questionnaireResult",
  89. "style": {
  90. "navigationStyle": "custom"
  91. }
  92. },
  93. {
  94. "path": "pages/report",
  95. "style": {
  96. "navigationStyle": "custom"
  97. }
  98. },
  99. {
  100. "path": "pages/reportDetail",
  101. "style": {
  102. "navigationStyle": "custom"
  103. }
  104. },
  105. {
  106. "path": "pages/reportAsk",
  107. "style": {
  108. "navigationStyle": "custom"
  109. }
  110. },
  111. {
  112. "path": "pages/my",
  113. "style": {
  114. "navigationStyle": "custom"
  115. }
  116. }
  117. ],
  118. "subPackages": [
  119. {
  120. "root": "pagesHome",
  121. "pages": [
  122. {
  123. "path": "questionnaire",
  124. "style": {
  125. "navigationStyle": "custom"
  126. }
  127. },
  128. {
  129. "path": "questionnaireEdit",
  130. "style": {
  131. "navigationStyle": "custom"
  132. }
  133. },
  134. {
  135. "path": "report",
  136. "style": {
  137. "navigationStyle": "custom"
  138. }
  139. },
  140. {
  141. "path": "reportResult",
  142. "style": {
  143. "navigationStyle": "custom"
  144. }
  145. },
  146. {
  147. "path": "reportDetail",
  148. "style": {
  149. "navigationStyle": "custom"
  150. }
  151. },
  152. {
  153. "path": "sendResult",
  154. "style": {
  155. "navigationStyle": "custom"
  156. }
  157. },
  158. {
  159. "path": "pdf",
  160. "style": {
  161. "navigationStyle": "custom"
  162. }
  163. },
  164. {
  165. "path": "pdfZyb",
  166. "style": {
  167. "navigationStyle": "custom"
  168. }
  169. },
  170. {
  171. "path": "weixin",
  172. "style": {
  173. "navigationStyle": "custom"
  174. }
  175. }
  176. ]
  177. },
  178. {
  179. "root": "pagesPublish",
  180. "pages": [
  181. {
  182. "path": "rechargeCenter",
  183. "style": {
  184. "navigationStyle": "custom"
  185. }
  186. },
  187. {
  188. "path": "payResult",
  189. "style": {
  190. "navigationStyle": "custom"
  191. }
  192. },
  193. {
  194. "path": "fillTeamInfo",
  195. "style": {
  196. "navigationStyle": "custom"
  197. }
  198. },
  199. {
  200. "path": "questionnaireFill",
  201. "style": {
  202. "navigationStyle": "custom"
  203. }
  204. },
  205. {
  206. "path": "questionnaireResult",
  207. "style": {
  208. "navigationStyle": "custom"
  209. }
  210. },
  211. {
  212. "path": "questionnairePreview",
  213. "style": {
  214. "navigationStyle": "custom"
  215. }
  216. },
  217. {
  218. "path": "submitResult",
  219. "style": {
  220. "navigationStyle": "custom"
  221. }
  222. },
  223. {
  224. "path": "publishResult",
  225. "style": {
  226. "navigationStyle": "custom"
  227. }
  228. },
  229. {
  230. "path": "teamTypeMultiple",
  231. "style": {
  232. "navigationStyle": "custom"
  233. }
  234. },
  235. {
  236. "path": "industry",
  237. "style": {
  238. "navigationStyle": "custom"
  239. }
  240. }
  241. ]
  242. },
  243. {
  244. "root": "pagesMy",
  245. "pages": [
  246. {
  247. "path": "recommendHistory",
  248. "style": {
  249. "navigationStyle": "custom"
  250. }
  251. },
  252. {
  253. "path": "order",
  254. "style": {
  255. "navigationStyle": "custom"
  256. }
  257. },
  258. {
  259. "path": "orderDetail",
  260. "style": {
  261. "navigationStyle": "custom"
  262. }
  263. },
  264. {
  265. "path": "teamUser",
  266. "style": {
  267. "navigationStyle": "custom"
  268. }
  269. },
  270. {
  271. "path": "teamUserDetail",
  272. "style": {
  273. "navigationStyle": "custom"
  274. }
  275. },
  276. {
  277. "path": "team",
  278. "style": {
  279. "navigationStyle": "custom"
  280. }
  281. },
  282. {
  283. "path": "teamEdit",
  284. "style": {
  285. "navigationStyle": "custom"
  286. }
  287. },
  288. {
  289. "path": "set",
  290. "style": {
  291. "navigationStyle": "custom"
  292. }
  293. },
  294. {
  295. "path": "userInfo",
  296. "style": {
  297. "navigationStyle": "custom"
  298. }
  299. },
  300. {
  301. "path": "forward",
  302. "style": {
  303. "navigationStyle": "custom"
  304. }
  305. },
  306. {
  307. "path": "serviceAgreement",
  308. "style": {
  309. "navigationStyle": "custom"
  310. }
  311. },
  312. {
  313. "path": "privacyPolicy",
  314. "style": {
  315. "navigationStyle": "custom"
  316. }
  317. }
  318. ]
  319. }
  320. ],
  321. "globalStyle": {
  322. "navigationBarTitleText": "PERILL团队发展动态评估",
  323. "navigationBarBackgroundColor": "#FFFFFF",
  324. "navigationBarTextStyle": "black"
  325. },
  326. "easycom": {
  327. "^u-(.*)": "@/uni_modules/uview-ui/components/u-$1/u-$1.vue"
  328. }
  329. }