pages.json 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514
  1. {
  2. "easycom": {
  3. "autoscan": true,
  4. "custom": {
  5. "^uni-(.*)": "@dcloudio/uni-ui/lib/uni-$1/uni-$1.vue"
  6. }
  7. },
  8. "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
  9. // #ifdef WEB
  10. {
  11. "path": "pages/index/index",
  12. "style": {
  13. "navigationStyle": "default",
  14. "navigationStyle": "custom"
  15. }
  16. },
  17. // #endif
  18. // #ifdef MP-TOUTIAO
  19. {
  20. "path": "pages/toutiao/index",
  21. "style": {
  22. "navigationStyle": "default",
  23. "navigationStyle": "custom"
  24. }
  25. }
  26. // #endif
  27. ],
  28. "subPackages": [{
  29. "root": "examWidght",
  30. "pages": [{
  31. "path": "examWidght/index",
  32. "style": {
  33. "navigationStyle": "custom",
  34. "navigationBarTitleText": "",
  35. "enablePullDownRefresh": false
  36. }
  37. }]
  38. }, {
  39. "root": "paymentPage",
  40. "pages": [{
  41. "path": "paymentPage/index",
  42. "style": {
  43. "navigationStyle": "custom",
  44. "navigationBarTitleText": "",
  45. "enablePullDownRefresh": false
  46. }
  47. }, {
  48. "path": "phoneSave/index",
  49. "style": {
  50. "navigationStyle": "custom",
  51. "navigationBarTitleText": "",
  52. "enablePullDownRefresh": false
  53. }
  54. }, {
  55. "path": "queryByPhone/index",
  56. "style": {
  57. "navigationStyle": "custom",
  58. "navigationBarTitleText": "",
  59. "enablePullDownRefresh": false,
  60. "onReachBottomDistance": 100
  61. }
  62. }]
  63. }, {
  64. "root": "scaleTestResults",
  65. "pages": [{
  66. "path": "testResults/index",
  67. "style": {
  68. "navigationStyle": "custom",
  69. "navigationBarTitleText": "",
  70. "enablePullDownRefresh": false
  71. }
  72. }]
  73. },
  74. {
  75. "root": "newScale/MarriageQuality",
  76. "pages": [{
  77. "path": "index",
  78. "style": {
  79. "navigationStyle": "custom",
  80. "navigationBarTitleText": "",
  81. "enablePullDownRefresh": false
  82. }
  83. },
  84. {
  85. "path": "testPage",
  86. "style": {
  87. "navigationStyle": "custom",
  88. "navigationBarTitleText": "",
  89. "enablePullDownRefresh": false
  90. }
  91. },
  92. {
  93. "path": "testResult",
  94. "style": {
  95. "navigationStyle": "custom",
  96. "navigationBarTitleText": "",
  97. "enablePullDownRefresh": false
  98. }
  99. }
  100. ]
  101. },
  102. {
  103. "root": "newScale/Burnout",
  104. "pages": [{
  105. "path": "index",
  106. "style": {
  107. "navigationStyle": "custom",
  108. "navigationBarTitleText": "",
  109. "enablePullDownRefresh": false
  110. }
  111. },
  112. {
  113. "path": "testPage",
  114. "style": {
  115. "navigationStyle": "custom",
  116. "navigationBarTitleText": "",
  117. "enablePullDownRefresh": false
  118. }
  119. }, {
  120. "path": "paymentPage",
  121. "style": {
  122. "navigationStyle": "custom",
  123. "navigationBarTitleText": "",
  124. "enablePullDownRefresh": false
  125. }
  126. },
  127. {
  128. "path": "testResult",
  129. "style": {
  130. "navigationStyle": "custom",
  131. "navigationBarTitleText": "",
  132. "enablePullDownRefresh": false
  133. }
  134. }
  135. ]
  136. },
  137. {
  138. "root": "newScale/Family",
  139. "pages": [{
  140. "path": "index",
  141. "style": {
  142. "navigationStyle": "custom",
  143. "navigationBarTitleText": "",
  144. "enablePullDownRefresh": false
  145. }
  146. },
  147. {
  148. "path": "testPage",
  149. "style": {
  150. "navigationStyle": "custom",
  151. "navigationBarTitleText": "",
  152. "enablePullDownRefresh": false
  153. }
  154. }, {
  155. "path": "paymentPage",
  156. "style": {
  157. "navigationStyle": "custom",
  158. "navigationBarTitleText": "",
  159. "enablePullDownRefresh": false
  160. }
  161. },
  162. {
  163. "path": "testResult",
  164. "style": {
  165. "navigationStyle": "custom",
  166. "navigationBarTitleText": "",
  167. "enablePullDownRefresh": false
  168. }
  169. }
  170. ]
  171. },
  172. {
  173. "root": "newScale/Career",
  174. "pages": [{
  175. "path": "index",
  176. "style": {
  177. "navigationStyle": "custom",
  178. "navigationBarTitleText": "",
  179. "enablePullDownRefresh": false
  180. }
  181. },
  182. {
  183. "path": "testPage",
  184. "style": {
  185. "navigationStyle": "custom",
  186. "navigationBarTitleText": "",
  187. "enablePullDownRefresh": false
  188. }
  189. }, {
  190. "path": "paymentPage",
  191. "style": {
  192. "navigationStyle": "custom",
  193. "navigationBarTitleText": "",
  194. "enablePullDownRefresh": false
  195. }
  196. },
  197. {
  198. "path": "testResult",
  199. "style": {
  200. "navigationStyle": "custom",
  201. "navigationBarTitleText": "",
  202. "enablePullDownRefresh": false
  203. }
  204. }
  205. ]
  206. },
  207. {
  208. "root": "newScale/Marriage",
  209. "pages": [{
  210. "path": "index",
  211. "style": {
  212. "navigationStyle": "custom",
  213. "navigationBarTitleText": "",
  214. "enablePullDownRefresh": false
  215. }
  216. },
  217. {
  218. "path": "testPage",
  219. "style": {
  220. "navigationStyle": "custom",
  221. "navigationBarTitleText": "",
  222. "enablePullDownRefresh": false
  223. }
  224. }, {
  225. "path": "paymentPage",
  226. "style": {
  227. "navigationStyle": "custom",
  228. "navigationBarTitleText": "",
  229. "enablePullDownRefresh": false
  230. }
  231. },
  232. {
  233. "path": "testResult",
  234. "style": {
  235. "navigationStyle": "custom",
  236. "navigationBarTitleText": "",
  237. "enablePullDownRefresh": false
  238. }
  239. }
  240. ]
  241. },
  242. {
  243. "root": "newScale/Mental",
  244. "pages": [{
  245. "path": "index",
  246. "style": {
  247. "navigationStyle": "custom",
  248. "navigationBarTitleText": "",
  249. "enablePullDownRefresh": false
  250. }
  251. },
  252. {
  253. "path": "testPage",
  254. "style": {
  255. "navigationStyle": "custom",
  256. "navigationBarTitleText": "",
  257. "enablePullDownRefresh": false
  258. }
  259. }, {
  260. "path": "paymentPage",
  261. "style": {
  262. "navigationStyle": "custom",
  263. "navigationBarTitleText": "",
  264. "enablePullDownRefresh": false
  265. }
  266. },
  267. {
  268. "path": "testResult",
  269. "style": {
  270. "navigationStyle": "custom",
  271. "navigationBarTitleText": "",
  272. "enablePullDownRefresh": false
  273. }
  274. }
  275. ]
  276. },
  277. {
  278. "root": "newScale/Sleep",
  279. "pages": [{
  280. "path": "index",
  281. "style": {
  282. "navigationStyle": "custom",
  283. "navigationBarTitleText": "",
  284. "enablePullDownRefresh": false
  285. }
  286. },
  287. {
  288. "path": "testPage",
  289. "style": {
  290. "navigationStyle": "custom",
  291. "navigationBarTitleText": "",
  292. "enablePullDownRefresh": false
  293. }
  294. }, {
  295. "path": "paymentPage",
  296. "style": {
  297. "navigationStyle": "custom",
  298. "navigationBarTitleText": "",
  299. "enablePullDownRefresh": false
  300. }
  301. },
  302. {
  303. "path": "testResult",
  304. "style": {
  305. "navigationStyle": "custom",
  306. "navigationBarTitleText": "",
  307. "enablePullDownRefresh": false
  308. }
  309. }
  310. ]
  311. },
  312. {
  313. "root": "newScale/Mbti",
  314. "pages": [{
  315. "path": "index",
  316. "style": {
  317. "navigationStyle": "custom",
  318. "navigationBarTitleText": "",
  319. "enablePullDownRefresh": false
  320. }
  321. },
  322. {
  323. "path": "testPage",
  324. "style": {
  325. "navigationStyle": "custom",
  326. "navigationBarTitleText": "",
  327. "enablePullDownRefresh": false
  328. }
  329. }, {
  330. "path": "paymentPage",
  331. "style": {
  332. "navigationStyle": "custom",
  333. "navigationBarTitleText": "",
  334. "enablePullDownRefresh": false
  335. }
  336. }, {
  337. "path": "paySuccess",
  338. "style": {
  339. "navigationStyle": "custom",
  340. "navigationBarTitleText": "",
  341. "enablePullDownRefresh": false
  342. }
  343. },
  344. {
  345. "path": "testResult",
  346. "style": {
  347. "navigationStyle": "custom",
  348. "navigationBarTitleText": "",
  349. "enablePullDownRefresh": false
  350. }
  351. }
  352. ]
  353. },
  354. {
  355. "root": "newScale/Senile",
  356. "pages": [{
  357. "path": "index",
  358. "style": {
  359. "navigationStyle": "custom",
  360. "navigationBarTitleText": "",
  361. "enablePullDownRefresh": false
  362. }
  363. },
  364. {
  365. "path": "testPage",
  366. "style": {
  367. "navigationStyle": "custom",
  368. "navigationBarTitleText": "",
  369. "enablePullDownRefresh": false
  370. }
  371. }, {
  372. "path": "paymentPage",
  373. "style": {
  374. "navigationStyle": "custom",
  375. "navigationBarTitleText": "",
  376. "enablePullDownRefresh": false
  377. }
  378. },
  379. {
  380. "path": "testResult",
  381. "style": {
  382. "navigationStyle": "custom",
  383. "navigationBarTitleText": "",
  384. "enablePullDownRefresh": false
  385. }
  386. }
  387. ]
  388. },
  389. {
  390. "root": "newScale/Charm",
  391. "pages": [{
  392. "path": "index",
  393. "style": {
  394. "navigationStyle": "custom",
  395. "navigationBarTitleText": "",
  396. "enablePullDownRefresh": false
  397. }
  398. },
  399. {
  400. "path": "testPage",
  401. "style": {
  402. "navigationStyle": "custom",
  403. "navigationBarTitleText": "",
  404. "enablePullDownRefresh": false
  405. }
  406. }, {
  407. "path": "paymentPage",
  408. "style": {
  409. "navigationStyle": "custom",
  410. "navigationBarTitleText": "",
  411. "enablePullDownRefresh": false
  412. }
  413. }, {
  414. "path": "paySuccess",
  415. "style": {
  416. "navigationStyle": "custom",
  417. "navigationBarTitleText": "",
  418. "enablePullDownRefresh": false
  419. }
  420. },
  421. {
  422. "path": "testResult",
  423. "style": {
  424. "navigationStyle": "custom",
  425. "navigationBarTitleText": "",
  426. "enablePullDownRefresh": false
  427. }
  428. }
  429. ]
  430. },
  431. {
  432. "root": "newScale/EQtest",
  433. "pages": [{
  434. "path": "index",
  435. "style": {
  436. "navigationStyle": "custom",
  437. "navigationBarTitleText": "",
  438. "enablePullDownRefresh": false
  439. }
  440. },
  441. {
  442. "path": "testPage",
  443. "style": {
  444. "navigationStyle": "custom",
  445. "navigationBarTitleText": "",
  446. "enablePullDownRefresh": false
  447. }
  448. }, {
  449. "path": "paymentPage",
  450. "style": {
  451. "navigationStyle": "custom",
  452. "navigationBarTitleText": "",
  453. "enablePullDownRefresh": false
  454. }
  455. }, {
  456. "path": "paySuccess",
  457. "style": {
  458. "navigationStyle": "custom",
  459. "navigationBarTitleText": "",
  460. "enablePullDownRefresh": false
  461. }
  462. },
  463. {
  464. "path": "testResult",
  465. "style": {
  466. "navigationStyle": "custom",
  467. "navigationBarTitleText": "",
  468. "enablePullDownRefresh": false
  469. }
  470. }
  471. ]
  472. },
  473. {
  474. "root": "newScale/paymentPage",
  475. "pages": [{
  476. "path": "index",
  477. "style": {
  478. "navigationStyle": "custom",
  479. "navigationBarTitleText": "",
  480. "enablePullDownRefresh": false
  481. }
  482. }]
  483. }
  484. ],
  485. "globalStyle": {
  486. "navigationBarTextStyle": "black",
  487. "navigationBarTitleText": "谷芽解忧",
  488. "navigationBarBackgroundColor": "#F8F8F8",
  489. "backgroundColor": "#F8F8F8"
  490. },
  491. // #ifdef MP-TOUTIAO
  492. // "tabBar": {
  493. // "color": "#333333",
  494. // "selectedColor": "#004AFF",
  495. // "borderStyle": "black",
  496. // "backgroundColor": "#ffffff",
  497. // "list": [{
  498. // "pagePath": "pages/toutiao/index",
  499. // "iconPath": "static/toutiao/icon_index.png",
  500. // "selectedIconPath": "static/toutiao/icon_index_active.png",
  501. // "text": "首页"
  502. // },
  503. // {
  504. // "pagePath": "pages/toutiao/index",
  505. // "iconPath": "static/toutiao/icon_my.png",
  506. // "selectedIconPath": "static/toutiao/icon_my_active.png",
  507. // "text": "我的"
  508. // }
  509. // ]
  510. // },
  511. // #endif
  512. "uniIdRouter": {}
  513. }