pages.json 16 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729
  1. {
  2. "easycom": {
  3. "^u-(.*)": "uview-ui/components/u-$1/u-$1.vue",
  4. "^ins-(.*)": "@/components/ins-$1.vue",
  5. "^wike-(.*)": "@/components/wike-$1/wike-$1.vue",
  6. "^tn-(.*)": "@/tuniao-ui/components/tn-$1/tn-$1.vue",
  7. "^(?!z-paging-refresh|z-paging-load-more)z-paging(.*)": "z-paging/components/z-paging$1/z-paging$1.vue"
  8. },
  9. "pages": [{
  10. "path": "pages/user/signin",
  11. "aliasPath": "/",
  12. "style": {
  13. "navigationBarTextStyle": "black",
  14. "navigationBarTitleText": "登录",
  15. "navigationBarBackgroundColor": "#F5FFFD",
  16. "backgroundColor": "#fff",
  17. "onReachBottomDistance": 20,
  18. // #ifdef H5
  19. "navigationStyle": "custom",
  20. // #endif
  21. "enablePullDownRefresh": false
  22. },
  23. "meta": {
  24. "auth": false,
  25. "title": ""
  26. }
  27. },
  28. {
  29. "path": "pages/index/index",
  30. "style": {
  31. "navigationBarTextStyle": "black",
  32. "navigationBarTitleText": "课程学习",
  33. "navigationBarBackgroundColor": "red",
  34. "backgroundColor": "red",
  35. "onReachBottomDistance": 20,
  36. // #ifdef H5
  37. "navigationStyle": "custom",
  38. // #endif
  39. "enablePullDownRefresh": true
  40. },
  41. "meta": {
  42. "auth": false,
  43. "title": ""
  44. }
  45. }
  46. , {
  47. "path": "pages/user/user",
  48. "style": {
  49. "navigationBarTitleText": "个人中心",
  50. "enablePullDownRefresh": false,
  51. "navigationBarTextStyle": "black",
  52. // #ifdef H5
  53. "navigationStyle": "custom",
  54. // #endif
  55. "navigationBarBackgroundColor": "#F5FFFD",
  56. "backgroundColor": "#F2F2F2"
  57. },
  58. "meta": {
  59. "auth": true,
  60. "title": ""
  61. }
  62. },
  63. {
  64. "path": "pages/index/scoreDetail/index",
  65. "style": {
  66. "navigationBarTitleText": "",
  67. "enablePullDownRefresh": false,
  68. "navigationBarTextStyle": "black",
  69. // #ifdef H5
  70. "navigationStyle": "custom",
  71. // #endif
  72. "navigationBarBackgroundColor": "#F5FFFD",
  73. "backgroundColor": "#F2F2F2"
  74. },
  75. "meta": {
  76. "auth": true,
  77. "title": ""
  78. }
  79. },
  80. {
  81. "path": "pages/tusk/tuskDetail/index",
  82. "style": {
  83. "navigationBarTitleText": "",
  84. "enablePullDownRefresh": false,
  85. "navigationBarTextStyle": "black",
  86. // #ifdef H5
  87. "navigationStyle": "custom",
  88. // #endif
  89. "navigationBarBackgroundColor": "#F5FFFD",
  90. "backgroundColor": "#F2F2F2"
  91. },
  92. "meta": {
  93. "auth": true,
  94. "title": ""
  95. }
  96. },
  97. {
  98. "path": "pages/tusk/tuskCat/index",
  99. "style": {
  100. "navigationBarTitleText": "",
  101. "enablePullDownRefresh": false,
  102. "navigationBarTextStyle": "black",
  103. // #ifdef H5
  104. "navigationStyle": "custom",
  105. // #endif
  106. "navigationBarBackgroundColor": "#F5FFFD",
  107. "backgroundColor": "#F2F2F2"
  108. },
  109. "meta": {
  110. "auth": true,
  111. "title": ""
  112. }
  113. },
  114. {
  115. "path": "pages/index/scorePaySuc/index",
  116. "style": {
  117. "navigationBarTitleText": "",
  118. "enablePullDownRefresh": false,
  119. "navigationBarTextStyle": "black",
  120. // #ifdef H5
  121. "navigationStyle": "custom",
  122. // #endif
  123. "navigationBarBackgroundColor": "#F5FFFD",
  124. "backgroundColor": "#F2F2F2"
  125. },
  126. "meta": {
  127. "auth": true,
  128. "title": ""
  129. }
  130. },
  131. {
  132. "path": "pages/index/scorePayMiddle/index",
  133. "style": {
  134. "navigationBarTitleText": "",
  135. "enablePullDownRefresh": false,
  136. "navigationBarTextStyle": "black",
  137. // #ifdef H5
  138. "navigationStyle": "custom",
  139. // #endif
  140. "navigationBarBackgroundColor": "#F5FFFD",
  141. "backgroundColor": "#F2F2F2"
  142. },
  143. "meta": {
  144. "auth": true,
  145. "title": ""
  146. }
  147. },
  148. {
  149. "path": "pages/tusk/index",
  150. "style": {
  151. "navigationBarTitleText": "任务大厅",
  152. "enablePullDownRefresh": false,
  153. "navigationBarTextStyle": "black",
  154. // #ifdef H5
  155. "navigationStyle": "custom",
  156. // #endif
  157. "navigationBarBackgroundColor": "#F5FFFD",
  158. "backgroundColor": "#F2F2F2"
  159. },
  160. "meta": {
  161. "auth": true,
  162. "title": ""
  163. }
  164. },
  165. {
  166. "path": "pages/gptLead/index",
  167. "style": {
  168. "navigationBarTitleText": "AI人工智能助手",
  169. "enablePullDownRefresh": false,
  170. // #ifdef H5
  171. "navigationStyle": "custom",
  172. // #endif
  173. "navigationBarTextStyle": "black",
  174. "navigationBarBackgroundColor": "#F5FFFD",
  175. "backgroundColor": "#F2F2F2"
  176. },
  177. "meta": {
  178. "auth": true,
  179. "title": ""
  180. }
  181. },
  182. {
  183. "path": "pages/chat/chat",
  184. "style": {
  185. "navigationBarTitleText": "GPT",
  186. "enablePullDownRefresh": false,
  187. // #ifdef H5
  188. "navigationStyle": "custom",
  189. // #endif
  190. "navigationBarTextStyle": "black",
  191. "navigationBarBackgroundColor": "#F5FFFD",
  192. "backgroundColor": "#F2F2F2"
  193. },
  194. "meta": {
  195. "auth": true,
  196. "title": ""
  197. }
  198. }, {
  199. "path": "pages/user/signin",
  200. "style": {
  201. "navigationBarTitleText": "",
  202. "enablePullDownRefresh": false,
  203. // "navigationBarBackgroundColor": "#ffffff",
  204. "navigationBarTextStyle": "white",
  205. "navigationStyle": "custom"
  206. },
  207. "meta": {
  208. "auth": false,
  209. "title": ""
  210. }
  211. }, {
  212. "path": "pages/user/public/agreement",
  213. "style": {
  214. "navigationBarTitleText": "",
  215. "enablePullDownRefresh": false,
  216. "navigationBarTextStyle": "black",
  217. // #ifdef H5
  218. "navigationStyle": "custom",
  219. // #endif
  220. "navigationBarBackgroundColor": "#F5FFFD",
  221. "backgroundColor": "#F2F2F2"
  222. },
  223. "meta": {
  224. "auth": false,
  225. "title": ""
  226. }
  227. }
  228. ,
  229. {
  230. "path": "pages/user/member/member",
  231. "style": {
  232. "navigationBarTitleText": "",
  233. "enablePullDownRefresh": false,
  234. "navigationBarBackgroundColor": "#26B3A0",
  235. "navigationBarTextStyle": "white",
  236. "navigationStyle": "custom",
  237. "backgroundColor": "#fff"
  238. },
  239. "meta": {
  240. "auth": true,
  241. "title": ""
  242. }
  243. },
  244. // {
  245. // "path": "pages/test/index",
  246. // "style": {
  247. // "navigationBarTitleText": "",
  248. // "enablePullDownRefresh": false,
  249. // "navigationBarBackgroundColor": "#26B3A0",
  250. // "navigationBarTextStyle": "white",
  251. // "navigationStyle": "custom",
  252. // "backgroundColor": "#fff"
  253. // },
  254. // "meta": {
  255. // "auth": true,
  256. // "title": ""
  257. // }
  258. // },
  259. {
  260. "path": "pages/user/public/paymentdetail",
  261. "style": {
  262. "navigationBarTitleText": "",
  263. "enablePullDownRefresh": false,
  264. "navigationBarTextStyle": "black",
  265. "navigationStyle": "custom"
  266. },
  267. "meta": {
  268. "auth": true,
  269. "title": ""
  270. }
  271. }, {
  272. "path": "pages/user/member/record",
  273. "style": {
  274. "navigationBarTitleText": "",
  275. "enablePullDownRefresh": false,
  276. "navigationBarBackgroundColor": "#26B3A0",
  277. "navigationBarTextStyle": "white",
  278. "navigationStyle": "custom",
  279. "backgroundColor": "#F6F7FB"
  280. }
  281. },
  282. {
  283. "path": "pages/user/score/index",
  284. "style": {
  285. "navigationBarTitleText": "",
  286. "enablePullDownRefresh": false,
  287. "navigationBarTextStyle": "black",
  288. // #ifdef H5
  289. "navigationStyle": "custom",
  290. // #endif
  291. "navigationBarBackgroundColor": "#F5FFFD",
  292. "backgroundColor": "#F2F2F2"
  293. }
  294. },
  295. {
  296. "path": "pages/user/work/ticketDetail/index",
  297. "style": {
  298. "navigationBarTitleText": "",
  299. "enablePullDownRefresh": false,
  300. "navigationBarTextStyle": "black",
  301. // #ifdef H5
  302. "navigationStyle": "custom",
  303. // #endif
  304. "navigationBarBackgroundColor": "#F5FFFD",
  305. "backgroundColor": "#F2F2F2"
  306. }
  307. },
  308. {
  309. "path": "pages/user/work/viewSuc/index",
  310. "style": {
  311. "navigationBarTitleText": "",
  312. "enablePullDownRefresh": false,
  313. "navigationBarTextStyle": "black",
  314. // #ifdef H5
  315. "navigationStyle": "custom",
  316. // #endif
  317. "navigationBarBackgroundColor": "#F5FFFD",
  318. "backgroundColor": "#F2F2F2"
  319. }
  320. },
  321. {
  322. "path": "pages/user/work/viewErr/index",
  323. "style": {
  324. "navigationBarTitleText": "",
  325. "enablePullDownRefresh": false,
  326. "navigationBarTextStyle": "black",
  327. // #ifdef H5
  328. "navigationStyle": "custom",
  329. // #endif
  330. "navigationBarBackgroundColor": "#F5FFFD",
  331. "backgroundColor": "#F2F2F2"
  332. }
  333. },
  334. {
  335. "path": "pages/gptIndex/index",
  336. "style": {
  337. "navigationBarTitleText": "",
  338. "enablePullDownRefresh": false,
  339. "navigationBarBackgroundColor": "#26B3A0",
  340. "navigationBarTextStyle": "white",
  341. "navigationStyle": "custom",
  342. "backgroundColor": "#F6F7FB"
  343. }
  344. },
  345. {
  346. "path": "pages/user/work/index",
  347. "style": {
  348. "navigationBarTitleText": "",
  349. "enablePullDownRefresh": false,
  350. "navigationBarTextStyle": "black",
  351. // #ifdef H5
  352. "navigationStyle": "custom",
  353. // #endif
  354. "navigationBarBackgroundColor": "#F5FFFD",
  355. "backgroundColor": "#F2F2F2"
  356. }
  357. },
  358. {
  359. "path": "pages/user/set/index",
  360. "style": {
  361. "navigationBarTitleText": "",
  362. "enablePullDownRefresh": false,
  363. "navigationBarBackgroundColor": "#26B3A0",
  364. "navigationBarTextStyle": "white",
  365. "navigationStyle": "custom",
  366. "backgroundColor": "#F6F7FB"
  367. }
  368. },
  369. {
  370. "path": "pages/user/accountSafe/index",
  371. "style": {
  372. "navigationBarTitleText": "",
  373. "enablePullDownRefresh": false,
  374. "navigationBarBackgroundColor": "#26B3A0",
  375. "navigationBarTextStyle": "white",
  376. "navigationStyle": "custom",
  377. "backgroundColor": "#F6F7FB"
  378. }
  379. },
  380. {
  381. "path": "pages/user/accountSafe/updateMobile/index",
  382. "style": {
  383. "navigationBarTitleText": "",
  384. "enablePullDownRefresh": false,
  385. "navigationBarTextStyle": "black",
  386. // #ifdef H5
  387. "navigationStyle": "custom",
  388. // #endif
  389. "navigationBarBackgroundColor": "#F5FFFD",
  390. "backgroundColor": "#F2F2F2"
  391. }
  392. },
  393. {
  394. "path": "pages/user/accountSafe/updatePwd/index",
  395. "style": {
  396. "navigationBarTitleText": "",
  397. "enablePullDownRefresh": false,
  398. "navigationBarTextStyle": "black",
  399. // #ifdef H5
  400. "navigationStyle": "custom",
  401. // #endif
  402. "navigationBarBackgroundColor": "#F5FFFD",
  403. "backgroundColor": "#F2F2F2"
  404. }
  405. },
  406. {
  407. "path": "pages/user/score/record/index",
  408. "style": {
  409. "navigationBarTitleText": "",
  410. "enablePullDownRefresh": true,
  411. "navigationBarBackgroundColor": "#26B3A0",
  412. "navigationBarTextStyle": "white",
  413. "navigationStyle": "custom",
  414. "backgroundColor": "#F6F7FB"
  415. }
  416. },
  417. {
  418. "path": "pages/introduce/index",
  419. "style": {
  420. "navigationBarTitleText": "",
  421. "enablePullDownRefresh": false,
  422. "navigationBarBackgroundColor": "#26B3A0",
  423. "navigationBarTextStyle": "white",
  424. "navigationStyle": "custom",
  425. "backgroundColor": "#F6F7FB"
  426. }
  427. },
  428. {
  429. "path": "pages/wx/wx",
  430. "style": {
  431. "navigationBarTitleText": "",
  432. "enablePullDownRefresh": false,
  433. "navigationStyle": "custom"
  434. }
  435. }, {
  436. "path": "pages/wx/newsdetail",
  437. "style": {
  438. "navigationBarTitleText": "",
  439. "enablePullDownRefresh": false,
  440. "navigationBarBackgroundColor": "#fff",
  441. "navigationStyle": "default"
  442. }
  443. }, {
  444. "path": "pages/user/public/kefu",
  445. "style": {
  446. "navigationBarTitleText": "",
  447. "enablePullDownRefresh": false,
  448. "navigationBarTextStyle": "white",
  449. "navigationStyle": "custom"
  450. }
  451. },
  452. {
  453. "path": "pages/user/public/webview",
  454. "style": {
  455. "navigationBarTitleText": "",
  456. "enablePullDownRefresh": false
  457. }
  458. }
  459. , {
  460. "path": "pages/user/takenotes/takenotes",
  461. "style": {
  462. "navigationBarTitleText": "",
  463. "enablePullDownRefresh": false,
  464. "navigationBarBackgroundColor": "#fff",
  465. "navigationBarTextStyle": "white",
  466. "navigationStyle": "custom"
  467. }
  468. },
  469. {
  470. "path": "pages/user/commission/team",
  471. "style": {
  472. // "navigationBarTitleText": "",
  473. // "navigationStyle": "custom",
  474. // "enablePullDownRefresh": false,
  475. // "navigationBarBackgroundColor": "#ffffff"
  476. "navigationBarTitleText": "",
  477. "enablePullDownRefresh": false,
  478. // #ifdef H5
  479. "navigationStyle": "custom",
  480. // #endif
  481. "navigationBarTextStyle": "black",
  482. "navigationBarBackgroundColor": "#F5FFFD",
  483. "backgroundColor": "#F2F2F2"
  484. }
  485. },
  486. {
  487. "path": "pages/user/commission/index",
  488. "style": {
  489. "navigationBarTitleText": "",
  490. "enablePullDownRefresh": false,
  491. "navigationBarTextStyle": "black",
  492. // #ifdef H5
  493. "navigationStyle": "custom",
  494. // #endif
  495. "navigationBarBackgroundColor": "#F5FFFD",
  496. "backgroundColor": "#F2F2F2"
  497. }
  498. }, {
  499. "path": "pages/user/commission/commission-log",
  500. "style": {
  501. "navigationBarTitleText": "",
  502. "enablePullDownRefresh": false,
  503. "navigationBarTextStyle": "black",
  504. // #ifdef H5
  505. "navigationStyle": "custom",
  506. // #endif
  507. "navigationBarBackgroundColor": "#F5FFFD",
  508. "backgroundColor": "#F2F2F2"
  509. }
  510. },
  511. {
  512. "path": "pages/user/commission/commission-log2",
  513. "style": {
  514. "navigationBarTitleText": "",
  515. "enablePullDownRefresh": false,
  516. "navigationBarTextStyle": "black",
  517. // #ifdef H5
  518. "navigationStyle": "custom",
  519. // #endif
  520. "navigationBarBackgroundColor": "#F5FFFD",
  521. "backgroundColor": "#F2F2F2"
  522. }
  523. },
  524. {
  525. "path": "pages/user/work/detail/index",
  526. "style": {
  527. "navigationBarTitleText": "",
  528. "enablePullDownRefresh": false,
  529. "navigationBarTextStyle": "black",
  530. // #ifdef H5
  531. "navigationStyle": "custom",
  532. // #endif
  533. "navigationBarBackgroundColor": "#F5FFFD",
  534. "backgroundColor": "#F2F2F2"
  535. }
  536. },
  537. {
  538. "path": "pages/user/work/uploadTicket/index",
  539. "style": {
  540. "navigationBarTitleText": "",
  541. "enablePullDownRefresh": false,
  542. "navigationBarTextStyle": "black",
  543. // #ifdef H5
  544. "navigationStyle": "custom",
  545. // #endif
  546. "navigationBarBackgroundColor": "#F5FFFD",
  547. "backgroundColor": "#F2F2F2"
  548. }
  549. }, {
  550. "path": "pages/user/commission/withdraw",
  551. "style": {
  552. "navigationBarTitleText": "",
  553. "enablePullDownRefresh": false,
  554. "navigationBarTextStyle": "black",
  555. // #ifdef H5
  556. "navigationStyle": "custom",
  557. // #endif
  558. "navigationBarBackgroundColor": "#F5FFFD",
  559. "backgroundColor": "#F2F2F2"
  560. }
  561. }, {
  562. "path": "pages/user/commission/withdraw-log",
  563. "style": {
  564. "navigationBarTitleText": "",
  565. "navigationStyle": "custom",
  566. "enablePullDownRefresh": false,
  567. "navigationBarBackgroundColor": "#ffffff"
  568. }
  569. }, {
  570. "path": "pages/user/commission/rankings",
  571. "style": {
  572. "navigationBarTitleText": "",
  573. "navigationStyle": "custom",
  574. "enablePullDownRefresh": false,
  575. "navigationBarBackgroundColor": "#ffffff"
  576. }
  577. },
  578. {
  579. "path": "pages/user/userinfo",
  580. "style": {
  581. "navigationBarTitleText": "",
  582. "enablePullDownRefresh": false,
  583. "navigationBarTextStyle": "black",
  584. // #ifdef H5
  585. "navigationStyle": "custom",
  586. // #endif
  587. "navigationBarBackgroundColor": "#F5FFFD",
  588. "backgroundColor": "#F2F2F2"
  589. }
  590. }
  591. , {
  592. "path": "pages/template/template",
  593. "style": {
  594. "navigationBarTitleText": "",
  595. "navigationBarBackgroundColor": "#F5FFFD",
  596. // #ifdef H5
  597. "navigationStyle": "custom",
  598. // #endif
  599. "enablePullDownRefresh": false,
  600. "backgroundColor": "#fff"
  601. }
  602. }, {
  603. "path": "pages/template/detail",
  604. "style": {
  605. "navigationBarTitleText": "",
  606. "enablePullDownRefresh": false,
  607. "navigationStyle": "custom",
  608. "backgroundColor": "#fff"
  609. }
  610. }
  611. , {
  612. "path": "pages/signin/signin",
  613. "style": {
  614. "navigationBarTitleText": "",
  615. "navigationBarBackgroundColor": "#F5FFFD",
  616. // #ifdef H5
  617. "navigationStyle": "custom",
  618. // #endif
  619. "enablePullDownRefresh": false,
  620. "backgroundColor": "#F2F2F2"
  621. }
  622. }, {
  623. "path": "pages/user/withdrawRes/index",
  624. "style": {
  625. "navigationBarTitleText": "",
  626. "navigationStyle": "custom",
  627. "enablePullDownRefresh": false,
  628. "navigationBarBackgroundColor": "#ffffff"
  629. }
  630. },
  631. {
  632. "path": "pages/user/score/prePdf/index",
  633. "style": {
  634. "navigationBarTitleText": "",
  635. "navigationStyle": "custom",
  636. "enablePullDownRefresh": false,
  637. "navigationBarBackgroundColor": "#ffffff"
  638. }
  639. },
  640. {
  641. "path": "pages/user/score/preMp4/index",
  642. "style": {
  643. "navigationBarTitleText": "",
  644. "navigationStyle": "custom",
  645. "enablePullDownRefresh": false,
  646. "navigationBarBackgroundColor": "#ffffff"
  647. }
  648. },
  649. {
  650. "path": "pages/user/score/preImg/index",
  651. "style": {
  652. "navigationBarTitleText": "",
  653. "navigationStyle": "custom",
  654. "enablePullDownRefresh": false,
  655. "navigationBarBackgroundColor": "#ffffff"
  656. }
  657. }
  658. ],
  659. "globalStyle": {
  660. "navigationBarTextStyle": "black",
  661. "navigationBarTitleText": "大学生任务接单平台",
  662. "navigationBarBackgroundColor": "#F8F8F8",
  663. "backgroundColor": "#F8F8F8"
  664. },
  665. "tabBar": {
  666. "color": "#979797",
  667. "selectedColor": "#26B3A0",
  668. "borderStyle": "white",
  669. "backgroundColor": "#fff",
  670. "list": [{
  671. "pagePath": "pages/index/index"
  672. },
  673. // {
  674. // "pagePath": "pages/template/template"
  675. // },
  676. {
  677. "pagePath": "pages/tusk/index"
  678. },
  679. // {
  680. // "pagePath": "pages/chat/chat"
  681. // },
  682. {
  683. "pagePath": "pages/user/user"
  684. }
  685. ]
  686. }
  687. }