pages.json 16 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712
  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/tusk/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/gptLead/index",
  150. "style": {
  151. "navigationBarTitleText": "AI人工智能助手",
  152. "enablePullDownRefresh": false,
  153. // #ifdef H5
  154. "navigationStyle": "custom",
  155. // #endif
  156. "navigationBarTextStyle": "black",
  157. "navigationBarBackgroundColor": "#F5FFFD",
  158. "backgroundColor": "#F2F2F2"
  159. },
  160. "meta": {
  161. "auth": true,
  162. "title": ""
  163. }
  164. },
  165. {
  166. "path": "pages/chat/chat",
  167. "style": {
  168. "navigationBarTitleText": "GPT",
  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. "path": "pages/user/signin",
  183. "style": {
  184. "navigationBarTitleText": "",
  185. "enablePullDownRefresh": false,
  186. // "navigationBarBackgroundColor": "#ffffff",
  187. "navigationBarTextStyle": "white",
  188. "navigationStyle": "custom"
  189. },
  190. "meta": {
  191. "auth": false,
  192. "title": ""
  193. }
  194. }, {
  195. "path": "pages/user/public/agreement",
  196. "style": {
  197. "navigationBarTitleText": "",
  198. "enablePullDownRefresh": false,
  199. "navigationBarTextStyle": "black",
  200. // #ifdef H5
  201. "navigationStyle": "custom",
  202. // #endif
  203. "navigationBarBackgroundColor": "#F5FFFD",
  204. "backgroundColor": "#F2F2F2"
  205. },
  206. "meta": {
  207. "auth": false,
  208. "title": ""
  209. }
  210. }
  211. ,
  212. {
  213. "path": "pages/user/member/member",
  214. "style": {
  215. "navigationBarTitleText": "",
  216. "enablePullDownRefresh": false,
  217. "navigationBarBackgroundColor": "#26B3A0",
  218. "navigationBarTextStyle": "white",
  219. "navigationStyle": "custom",
  220. "backgroundColor": "#fff"
  221. },
  222. "meta": {
  223. "auth": true,
  224. "title": ""
  225. }
  226. },
  227. {
  228. "path": "pages/test/index",
  229. "style": {
  230. "navigationBarTitleText": "",
  231. "enablePullDownRefresh": false,
  232. "navigationBarBackgroundColor": "#26B3A0",
  233. "navigationBarTextStyle": "white",
  234. "navigationStyle": "custom",
  235. "backgroundColor": "#fff"
  236. },
  237. "meta": {
  238. "auth": true,
  239. "title": ""
  240. }
  241. },
  242. {
  243. "path": "pages/user/public/paymentdetail",
  244. "style": {
  245. "navigationBarTitleText": "",
  246. "enablePullDownRefresh": false,
  247. "navigationBarTextStyle": "black",
  248. "navigationStyle": "custom"
  249. },
  250. "meta": {
  251. "auth": true,
  252. "title": ""
  253. }
  254. }, {
  255. "path": "pages/user/member/record",
  256. "style": {
  257. "navigationBarTitleText": "",
  258. "enablePullDownRefresh": false,
  259. "navigationBarBackgroundColor": "#26B3A0",
  260. "navigationBarTextStyle": "white",
  261. "navigationStyle": "custom",
  262. "backgroundColor": "#F6F7FB"
  263. }
  264. },
  265. {
  266. "path": "pages/user/score/index",
  267. "style": {
  268. "navigationBarTitleText": "我的课程",
  269. "enablePullDownRefresh": false,
  270. "navigationBarTextStyle": "black",
  271. // #ifdef H5
  272. "navigationStyle": "custom",
  273. // #endif
  274. "navigationBarBackgroundColor": "#F5FFFD",
  275. "backgroundColor": "#F2F2F2"
  276. }
  277. },
  278. {
  279. "path": "pages/user/work/ticketDetail/index",
  280. "style": {
  281. "navigationBarTitleText": "凭证信息",
  282. "enablePullDownRefresh": false,
  283. "navigationBarTextStyle": "black",
  284. // #ifdef H5
  285. "navigationStyle": "custom",
  286. // #endif
  287. "navigationBarBackgroundColor": "#F5FFFD",
  288. "backgroundColor": "#F2F2F2"
  289. }
  290. },
  291. {
  292. "path": "pages/user/work/viewSuc/index",
  293. "style": {
  294. "navigationBarTitleText": "审核结果",
  295. "enablePullDownRefresh": false,
  296. "navigationBarTextStyle": "black",
  297. // #ifdef H5
  298. "navigationStyle": "custom",
  299. // #endif
  300. "navigationBarBackgroundColor": "#F5FFFD",
  301. "backgroundColor": "#F2F2F2"
  302. }
  303. },
  304. {
  305. "path": "pages/user/work/viewErr/index",
  306. "style": {
  307. "navigationBarTitleText": "审核结果",
  308. "enablePullDownRefresh": false,
  309. "navigationBarTextStyle": "black",
  310. // #ifdef H5
  311. "navigationStyle": "custom",
  312. // #endif
  313. "navigationBarBackgroundColor": "#F5FFFD",
  314. "backgroundColor": "#F2F2F2"
  315. }
  316. },
  317. {
  318. "path": "pages/gptIndex/index",
  319. "style": {
  320. "navigationBarTitleText": "",
  321. "enablePullDownRefresh": false,
  322. "navigationBarBackgroundColor": "#26B3A0",
  323. "navigationBarTextStyle": "white",
  324. "navigationStyle": "custom",
  325. "backgroundColor": "#F6F7FB"
  326. }
  327. },
  328. {
  329. "path": "pages/user/work/index",
  330. "style": {
  331. "navigationBarTitleText": "我的任务",
  332. "enablePullDownRefresh": false,
  333. "navigationBarTextStyle": "black",
  334. // #ifdef H5
  335. "navigationStyle": "custom",
  336. // #endif
  337. "navigationBarBackgroundColor": "#F5FFFD",
  338. "backgroundColor": "#F2F2F2"
  339. }
  340. },
  341. {
  342. "path": "pages/user/set/index",
  343. "style": {
  344. "navigationBarTitleText": "",
  345. "enablePullDownRefresh": false,
  346. "navigationBarBackgroundColor": "#26B3A0",
  347. "navigationBarTextStyle": "white",
  348. "navigationStyle": "custom",
  349. "backgroundColor": "#F6F7FB"
  350. }
  351. },
  352. {
  353. "path": "pages/user/accountSafe/index",
  354. "style": {
  355. "navigationBarTitleText": "",
  356. "enablePullDownRefresh": false,
  357. "navigationBarBackgroundColor": "#26B3A0",
  358. "navigationBarTextStyle": "white",
  359. "navigationStyle": "custom",
  360. "backgroundColor": "#F6F7FB"
  361. }
  362. },
  363. {
  364. "path": "pages/user/accountSafe/updateMobile/index",
  365. "style": {
  366. "navigationBarTitleText": "更换手机号",
  367. "enablePullDownRefresh": false,
  368. "navigationBarTextStyle": "black",
  369. // #ifdef H5
  370. "navigationStyle": "custom",
  371. // #endif
  372. "navigationBarBackgroundColor": "#F5FFFD",
  373. "backgroundColor": "#F2F2F2"
  374. }
  375. },
  376. {
  377. "path": "pages/user/accountSafe/updatePwd/index",
  378. "style": {
  379. "navigationBarTitleText": "修改密码",
  380. "enablePullDownRefresh": false,
  381. "navigationBarTextStyle": "black",
  382. // #ifdef H5
  383. "navigationStyle": "custom",
  384. // #endif
  385. "navigationBarBackgroundColor": "#F5FFFD",
  386. "backgroundColor": "#F2F2F2"
  387. }
  388. },
  389. {
  390. "path": "pages/user/score/record/index",
  391. "style": {
  392. "navigationBarTitleText": "",
  393. "enablePullDownRefresh": true,
  394. "navigationBarBackgroundColor": "#26B3A0",
  395. "navigationBarTextStyle": "white",
  396. "navigationStyle": "custom",
  397. "backgroundColor": "#F6F7FB"
  398. }
  399. },
  400. {
  401. "path": "pages/introduce/index",
  402. "style": {
  403. "navigationBarTitleText": "",
  404. "enablePullDownRefresh": false,
  405. "navigationBarBackgroundColor": "#26B3A0",
  406. "navigationBarTextStyle": "white",
  407. "navigationStyle": "custom",
  408. "backgroundColor": "#F6F7FB"
  409. }
  410. },
  411. {
  412. "path": "pages/wx/wx",
  413. "style": {
  414. "navigationBarTitleText": "",
  415. "enablePullDownRefresh": false,
  416. "navigationStyle": "custom"
  417. }
  418. }, {
  419. "path": "pages/wx/newsdetail",
  420. "style": {
  421. "navigationBarTitleText": "详情",
  422. "enablePullDownRefresh": false,
  423. "navigationBarBackgroundColor": "#fff",
  424. "navigationStyle": "default"
  425. }
  426. }, {
  427. "path": "pages/user/public/kefu",
  428. "style": {
  429. "navigationBarTitleText": "",
  430. "enablePullDownRefresh": false,
  431. "navigationBarTextStyle": "white",
  432. "navigationStyle": "custom"
  433. }
  434. },
  435. {
  436. "path": "pages/user/public/webview",
  437. "style": {
  438. "navigationBarTitleText": "",
  439. "enablePullDownRefresh": false
  440. }
  441. }
  442. , {
  443. "path": "pages/user/takenotes/takenotes",
  444. "style": {
  445. "navigationBarTitleText": "",
  446. "enablePullDownRefresh": false,
  447. "navigationBarBackgroundColor": "#fff",
  448. "navigationBarTextStyle": "white",
  449. "navigationStyle": "custom"
  450. }
  451. },
  452. {
  453. "path": "pages/user/commission/team",
  454. "style": {
  455. // "navigationBarTitleText": "",
  456. // "navigationStyle": "custom",
  457. // "enablePullDownRefresh": false,
  458. // "navigationBarBackgroundColor": "#ffffff"
  459. "navigationBarTitleText": "我的团队",
  460. "enablePullDownRefresh": false,
  461. // #ifdef H5
  462. "navigationStyle": "custom",
  463. // #endif
  464. "navigationBarTextStyle": "black",
  465. "navigationBarBackgroundColor": "#F5FFFD",
  466. "backgroundColor": "#F2F2F2"
  467. }
  468. },
  469. {
  470. "path": "pages/user/commission/index",
  471. "style": {
  472. "navigationBarTitleText": "我的团队",
  473. "enablePullDownRefresh": false,
  474. "navigationBarTextStyle": "black",
  475. // #ifdef H5
  476. "navigationStyle": "custom",
  477. // #endif
  478. "navigationBarBackgroundColor": "#F5FFFD",
  479. "backgroundColor": "#F2F2F2"
  480. }
  481. }, {
  482. "path": "pages/user/commission/commission-log",
  483. "style": {
  484. "navigationBarTitleText": "任务佣金",
  485. "enablePullDownRefresh": false,
  486. "navigationBarTextStyle": "black",
  487. // #ifdef H5
  488. "navigationStyle": "custom",
  489. // #endif
  490. "navigationBarBackgroundColor": "#F5FFFD",
  491. "backgroundColor": "#F2F2F2"
  492. }
  493. },
  494. {
  495. "path": "pages/user/commission/commission-log2",
  496. "style": {
  497. "navigationBarTitleText": "推广佣金",
  498. "enablePullDownRefresh": false,
  499. "navigationBarTextStyle": "black",
  500. // #ifdef H5
  501. "navigationStyle": "custom",
  502. // #endif
  503. "navigationBarBackgroundColor": "#F5FFFD",
  504. "backgroundColor": "#F2F2F2"
  505. }
  506. },
  507. {
  508. "path": "pages/user/work/detail/index",
  509. "style": {
  510. "navigationBarTitleText": "任务详情",
  511. "enablePullDownRefresh": false,
  512. "navigationBarTextStyle": "black",
  513. // #ifdef H5
  514. "navigationStyle": "custom",
  515. // #endif
  516. "navigationBarBackgroundColor": "#F5FFFD",
  517. "backgroundColor": "#F2F2F2"
  518. }
  519. },
  520. {
  521. "path": "pages/user/work/uploadTicket/index",
  522. "style": {
  523. "navigationBarTitleText": "上传完成凭证",
  524. "enablePullDownRefresh": false,
  525. "navigationBarTextStyle": "black",
  526. // #ifdef H5
  527. "navigationStyle": "custom",
  528. // #endif
  529. "navigationBarBackgroundColor": "#F5FFFD",
  530. "backgroundColor": "#F2F2F2"
  531. }
  532. }, {
  533. "path": "pages/user/commission/withdraw",
  534. "style": {
  535. "navigationBarTitleText": "提现",
  536. "enablePullDownRefresh": false,
  537. "navigationBarTextStyle": "black",
  538. // #ifdef H5
  539. "navigationStyle": "custom",
  540. // #endif
  541. "navigationBarBackgroundColor": "#F5FFFD",
  542. "backgroundColor": "#F2F2F2"
  543. }
  544. }, {
  545. "path": "pages/user/commission/withdraw-log",
  546. "style": {
  547. "navigationBarTitleText": "",
  548. "navigationStyle": "custom",
  549. "enablePullDownRefresh": false,
  550. "navigationBarBackgroundColor": "#ffffff"
  551. }
  552. }, {
  553. "path": "pages/user/commission/rankings",
  554. "style": {
  555. "navigationBarTitleText": "",
  556. "navigationStyle": "custom",
  557. "enablePullDownRefresh": false,
  558. "navigationBarBackgroundColor": "#ffffff"
  559. }
  560. },
  561. {
  562. "path": "pages/user/userinfo",
  563. "style": {
  564. "navigationBarTitleText": "修改用户信息",
  565. "enablePullDownRefresh": false,
  566. "navigationBarTextStyle": "black",
  567. // #ifdef H5
  568. "navigationStyle": "custom",
  569. // #endif
  570. "navigationBarBackgroundColor": "#F5FFFD",
  571. "backgroundColor": "#F2F2F2"
  572. }
  573. }
  574. , {
  575. "path": "pages/template/template",
  576. "style": {
  577. "navigationBarTitleText": "提问模板",
  578. "navigationBarBackgroundColor": "#F5FFFD",
  579. // #ifdef H5
  580. "navigationStyle": "custom",
  581. // #endif
  582. "enablePullDownRefresh": false,
  583. "backgroundColor": "#fff"
  584. }
  585. }, {
  586. "path": "pages/template/detail",
  587. "style": {
  588. "navigationBarTitleText": "",
  589. "enablePullDownRefresh": false,
  590. "navigationStyle": "custom",
  591. "backgroundColor": "#fff"
  592. }
  593. }
  594. , {
  595. "path": "pages/signin/signin",
  596. "style": {
  597. "navigationBarTitleText": "每日任务",
  598. "navigationBarBackgroundColor": "#F5FFFD",
  599. // #ifdef H5
  600. "navigationStyle": "custom",
  601. // #endif
  602. "enablePullDownRefresh": false,
  603. "backgroundColor": "#F2F2F2"
  604. }
  605. }, {
  606. "path": "pages/user/withdrawRes/index",
  607. "style": {
  608. "navigationBarTitleText": "提现结果",
  609. "navigationStyle": "custom",
  610. "enablePullDownRefresh": false,
  611. "navigationBarBackgroundColor": "#ffffff"
  612. }
  613. },
  614. {
  615. "path": "pages/user/score/prePdf/index",
  616. "style": {
  617. "navigationBarTitleText": "pdf预览",
  618. "navigationStyle": "custom",
  619. "enablePullDownRefresh": false,
  620. "navigationBarBackgroundColor": "#ffffff"
  621. }
  622. },
  623. {
  624. "path": "pages/user/score/preMp4/index",
  625. "style": {
  626. "navigationBarTitleText": "视频预览",
  627. "navigationStyle": "custom",
  628. "enablePullDownRefresh": false,
  629. "navigationBarBackgroundColor": "#ffffff"
  630. }
  631. },
  632. {
  633. "path": "pages/user/score/preImg/index",
  634. "style": {
  635. "navigationBarTitleText": "图片预览",
  636. "navigationStyle": "custom",
  637. "enablePullDownRefresh": false,
  638. "navigationBarBackgroundColor": "#ffffff"
  639. }
  640. }
  641. ],
  642. "globalStyle": {
  643. "navigationBarTextStyle": "black",
  644. "navigationBarTitleText": "课程学习",
  645. "navigationBarBackgroundColor": "#F8F8F8",
  646. "backgroundColor": "#F8F8F8"
  647. },
  648. "tabBar": {
  649. "color": "#979797",
  650. "selectedColor": "#26B3A0",
  651. "borderStyle": "white",
  652. "backgroundColor": "#fff",
  653. "list": [{
  654. "pagePath": "pages/index/index"
  655. },
  656. // {
  657. // "pagePath": "pages/template/template"
  658. // },
  659. {
  660. "pagePath": "pages/tusk/index"
  661. },
  662. // {
  663. // "pagePath": "pages/chat/chat"
  664. // },
  665. {
  666. "pagePath": "pages/user/user"
  667. }
  668. ]
  669. }
  670. }