pages.json 5.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327
  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/webView",
  17. "style": {
  18. "navigationStyle": "custom"
  19. }
  20. },
  21. {
  22. "path": "pages/publish",
  23. "style": {
  24. "navigationStyle": "custom"
  25. }
  26. },
  27. {
  28. "path": "pages/login",
  29. "style": {
  30. "navigationStyle": "custom"
  31. }
  32. },
  33. {
  34. "path": "pages/registerInfo",
  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. "path": "reportDetail",
  130. "style": {
  131. "navigationStyle": "custom"
  132. }
  133. },
  134. {
  135. "path": "sendResult",
  136. "style": {
  137. "navigationStyle": "custom"
  138. }
  139. },
  140. {
  141. "path": "pdf",
  142. "style": {
  143. "navigationStyle": "custom",
  144. "enableShareAppMessage": false, // 隐藏右上角菜单中的分享相关选项
  145. "enableMenu": false // 关键:隐藏右上角的三个点菜单按钮(微信小程序基础库 2.19.0+ 支持)
  146. }
  147. },
  148. {
  149. "path": "pdfZyb",
  150. "style": {
  151. "navigationStyle": "custom",
  152. "enableShareAppMessage": false, // 隐藏右上角菜单中的分享相关选项
  153. "enableMenu": false // 关键:隐藏右上角的三个点菜单按钮(微信小程序基础库 2.19.0+ 支持)
  154. }
  155. },
  156. {
  157. "path": "weixin",
  158. "style": {
  159. "navigationStyle": "custom"
  160. }
  161. }
  162. ]
  163. },
  164. {
  165. "root": "pagesPublish",
  166. "pages": [
  167. {
  168. "path": "rechargeCenter",
  169. "style": {
  170. "navigationStyle": "custom"
  171. }
  172. },
  173. {
  174. "path": "payResult",
  175. "style": {
  176. "navigationStyle": "custom"
  177. }
  178. },
  179. {
  180. "path": "fillTeamInfo",
  181. "style": {
  182. "navigationStyle": "custom"
  183. }
  184. },
  185. {
  186. "path": "backgroundSurveyIntro",
  187. "style": {
  188. "navigationStyle": "custom"
  189. }
  190. },
  191. {
  192. "path": "backgroundSurvey",
  193. "style": {
  194. "navigationStyle": "custom"
  195. }
  196. },
  197. {
  198. "path": "questionnaireFill",
  199. "style": {
  200. "navigationStyle": "custom"
  201. }
  202. },
  203. {
  204. "path": "questionnaireResult",
  205. "style": {
  206. "navigationStyle": "custom"
  207. }
  208. },
  209. {
  210. "path": "questionnairePreview",
  211. "style": {
  212. "navigationStyle": "custom"
  213. }
  214. },
  215. {
  216. "path": "submitResult",
  217. "style": {
  218. "navigationStyle": "custom"
  219. }
  220. },
  221. {
  222. "path": "publishResult",
  223. "style": {
  224. "navigationStyle": "custom"
  225. }
  226. },
  227. {
  228. "path": "teamTypeMultiple",
  229. "style": {
  230. "navigationStyle": "custom"
  231. }
  232. },
  233. {
  234. "path": "industry",
  235. "style": {
  236. "navigationStyle": "custom"
  237. }
  238. }
  239. ]
  240. },
  241. {
  242. "root": "pagesMy",
  243. "pages": [
  244. {
  245. "path": "recommendHistory",
  246. "style": {
  247. "navigationStyle": "custom"
  248. }
  249. },
  250. {
  251. "path": "order",
  252. "style": {
  253. "navigationStyle": "custom"
  254. }
  255. },
  256. {
  257. "path": "orderDetail",
  258. "style": {
  259. "navigationStyle": "custom"
  260. }
  261. },
  262. {
  263. "path": "teamUser",
  264. "style": {
  265. "navigationStyle": "custom"
  266. }
  267. },
  268. {
  269. "path": "teamUserDetail",
  270. "style": {
  271. "navigationStyle": "custom"
  272. }
  273. },
  274. {
  275. "path": "team",
  276. "style": {
  277. "navigationStyle": "custom"
  278. }
  279. },
  280. {
  281. "path": "teamEdit",
  282. "style": {
  283. "navigationStyle": "custom"
  284. }
  285. },
  286. {
  287. "path": "set",
  288. "style": {
  289. "navigationStyle": "custom"
  290. }
  291. },
  292. {
  293. "path": "userInfo",
  294. "style": {
  295. "navigationStyle": "custom"
  296. }
  297. },
  298. {
  299. "path": "forward",
  300. "style": {
  301. "navigationStyle": "custom"
  302. }
  303. },
  304. {
  305. "path": "serviceAgreement",
  306. "style": {
  307. "navigationStyle": "custom"
  308. }
  309. },
  310. {
  311. "path": "privacyPolicy",
  312. "style": {
  313. "navigationStyle": "custom"
  314. }
  315. }
  316. ]
  317. }
  318. ],
  319. "globalStyle": {
  320. "navigationBarTitleText": "PERILL倍力团队六维评估",
  321. "navigationBarBackgroundColor": "#FFFFFF",
  322. "navigationBarTextStyle": "black"
  323. },
  324. "easycom": {
  325. "^u-(.*)": "@/uni_modules/uview-ui/components/u-$1/u-$1.vue"
  326. }
  327. }