pages.json 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615
  1. {
  2. "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
  3. {
  4. "path": "pages/index/index",
  5. "style": {
  6. "navigationStyle": "custom",
  7. "navigationBarTitleText": "",
  8. "enablePullDownRefresh": false,
  9. "app-plus": {
  10. "titleNView": false
  11. }
  12. }
  13. },
  14. {
  15. "path": "pages/login/login",
  16. "style": {
  17. "navigationBarTitleText": "",
  18. "enablePullDownRefresh": false,
  19. "app-plus": {
  20. "titleNView": false
  21. }
  22. }
  23. },
  24. {
  25. "path": "pages/chat/chat",
  26. "style": {
  27. "navigationBarTitleText": "消息",
  28. "enablePullDownRefresh": true,
  29. "app-plus": {
  30. "autoBackButton": false,
  31. "titleNView": true
  32. }
  33. }
  34. },
  35. {
  36. "path": "pages/personalCenter/personalCenter",
  37. "style": {
  38. "navigationBarTitleText": "我的",
  39. "enablePullDownRefresh": false,
  40. "navigationBarBackgroundColor": "#8dccff",
  41. "app-plus": {
  42. "autoBackButton": false,
  43. "titleNView": true
  44. }
  45. }
  46. },
  47. {
  48. "path": "pages/chatDetail/chatDetail",
  49. "style": {
  50. "navigationBarTitleText": "",
  51. "enablePullDownRefresh": false
  52. }
  53. },
  54. {
  55. "path": "pages/register/register",
  56. "style": {
  57. "navigationBarBackgroundColor": "#FFFFFF",
  58. "navigationBarTitleText": "账号注册",
  59. "enablePullDownRefresh": false,
  60. "app-plus": {
  61. "titleNView": false
  62. }
  63. }
  64. },
  65. {
  66. "path": "pages/forget/forget",
  67. "style": {
  68. "navigationBarBackgroundColor": "#FFFFFF",
  69. "navigationBarTitleText": "找回密码",
  70. "enablePullDownRefresh": false,
  71. "app-plus": {
  72. "titleNView": false
  73. }
  74. }
  75. },
  76. {
  77. "path": "pages/wxLogin/wxLogin",
  78. "style": {
  79. "navigationBarBackgroundColor": "#FFFFFF",
  80. "navigationBarTitleText": "",
  81. "enablePullDownRefresh": false,
  82. "app-plus": {
  83. "titleNView": false
  84. }
  85. }
  86. },
  87. {
  88. "path": "pages/notice/notice/notice",
  89. "style": {
  90. "navigationBarBackgroundColor": "#FFFFFF",
  91. "navigationBarTitleText": "通知公告",
  92. "enablePullDownRefresh": false,
  93. "app-plus": {
  94. "titleNView": false
  95. }
  96. }
  97. },
  98. {
  99. "path": "pages/notice/noticeDetail/noticeDetail",
  100. "style": {
  101. "navigationBarBackgroundColor": "#FFFFFF",
  102. "navigationBarTitleText": "通知公告",
  103. "enablePullDownRefresh": false,
  104. "app-plus": {
  105. "titleNView": false
  106. }
  107. }
  108. },
  109. {
  110. "path": "pages/dynamic/dynamic/dynamic",
  111. "style": {
  112. "navigationBarBackgroundColor": "#FFFFFF",
  113. "navigationBarTitleText": "协会动态",
  114. "enablePullDownRefresh": false,
  115. "app-plus": {
  116. "titleNView": false
  117. }
  118. }
  119. },
  120. {
  121. "path": "pages/dynamic/dynamicDetail/dynamicDetail",
  122. "style": {
  123. "navigationBarBackgroundColor": "#FFFFFF",
  124. "navigationBarTitleText": "动态详情",
  125. "enablePullDownRefresh": false,
  126. "app-plus": {
  127. "titleNView": false
  128. }
  129. }
  130. },
  131. {
  132. "path": "pages/guide/guide/guide",
  133. "style": {
  134. "navigationBarBackgroundColor": "#FFFFFF",
  135. "navigationBarTitleText": "办事指引",
  136. "enablePullDownRefresh": true,
  137. "app-plus": {
  138. "titleNView": false
  139. }
  140. }
  141. },
  142. {
  143. "path": "pages/guide/guideDetail/guideDetail",
  144. "style": {
  145. "navigationBarBackgroundColor": "#FFFFFF",
  146. "navigationBarTitleText": "指引详情",
  147. "enablePullDownRefresh": false,
  148. "app-plus": {
  149. "titleNView": false
  150. }
  151. }
  152. },
  153. {
  154. "path": "pages/certificateDetail/certificateDetail",
  155. "style": {
  156. "navigationBarTitleText": "",
  157. "enablePullDownRefresh": false,
  158. "app-plus": {
  159. "titleNView": false
  160. }
  161. }
  162. },
  163. {
  164. "path": "pages/order/order",
  165. "style": {
  166. "navigationBarTitleText": "我的订单",
  167. "enablePullDownRefresh": true,
  168. "navigationBarBackgroundColor": "#8dccff",
  169. "app-plus": {
  170. "titleNView": false
  171. }
  172. }
  173. },
  174. {
  175. "path": "pages/InvoiceApplication/InvoiceApplication",
  176. "style": {
  177. "navigationBarTitleText": "发票申请",
  178. "enablePullDownRefresh": false,
  179. "app-plus": {
  180. "titleNView": false
  181. }
  182. }
  183. },
  184. {
  185. "path": "pages/applyForBilling/applyForBilling",
  186. "style": {
  187. "navigationBarTitleText": "申请开票",
  188. "enablePullDownRefresh": false,
  189. "app-plus": {
  190. "titleNView": false
  191. }
  192. }
  193. },
  194. {
  195. "path": "pages/invoiceResult/invoiceResult",
  196. "style": {
  197. "navigationBarTitleText": "已提交开票申请",
  198. "enablePullDownRefresh": false,
  199. "app-plus": {
  200. "titleNView": false
  201. }
  202. }
  203. },
  204. {
  205. "path": "pages/invoiceDetail/invoiceDetail",
  206. "style": {
  207. "navigationBarTitleText": "发票详情",
  208. "enablePullDownRefresh": false,
  209. "app-plus": {
  210. "titleNView": false
  211. }
  212. }
  213. },
  214. {
  215. "path": "pages/goOnEdu/index",
  216. "style": {
  217. "navigationBarBackgroundColor": "#FFFFFF",
  218. "navigationBarTitleText": "行业培训",
  219. "enablePullDownRefresh": false,
  220. "app-plus": {
  221. "titleNView": false
  222. }
  223. }
  224. },
  225. {
  226. "path": "pages/researchReport/reportHome/reportHome",
  227. "style": {
  228. "navigationBarBackgroundColor": "#FFFFFF",
  229. "navigationBarTitleText": "研究报告",
  230. "enablePullDownRefresh": false,
  231. "app-plus": {
  232. "titleNView": false
  233. }
  234. }
  235. },
  236. {
  237. "path": "pages/goOnEdu/course/index",
  238. "style": {
  239. "navigationBarBackgroundColor": "#ffffff",
  240. "navigationBarTitleText": "培训课程",
  241. "enablePullDownRefresh": false,
  242. "app-plus": {
  243. "titleNView": false
  244. }
  245. }
  246. },
  247. {
  248. "path": "pages/collect/collect",
  249. "style": {
  250. "navigationBarTitleText": "我的收藏",
  251. "enablePullDownRefresh": true,
  252. "navigationBarBackgroundColor": "#8dccff",
  253. "app-plus": {
  254. "titleNView": false
  255. }
  256. }
  257. },
  258. {
  259. "path": "pages/huiFeiJiaoJiao/huiFeiJiaoJiao",
  260. "style": {
  261. "navigationBarTitleText": "个人会费缴交",
  262. "navigationBarBackgroundColor": "#8dccff",
  263. "app-plus": {
  264. "titleNView": true
  265. }
  266. }
  267. },
  268. {
  269. "path": "pages/geRenHuiFeiJiaoJiao/geRenHuiFeiJiaoJiao",
  270. "style": {
  271. "navigationBarTitleText": "个人会费缴交",
  272. "enablePullDownRefresh": false,
  273. "app-plus": {
  274. "titleNView": true
  275. }
  276. }
  277. },
  278. {
  279. "path": "pages/daiJiaoGeRenHuiFei/daiJiaoGeRenHuiFei",
  280. "style": {
  281. "navigationBarTitleText": "代缴个人会费",
  282. "enablePullDownRefresh": false,
  283. "app-plus": {
  284. "titleNView": true
  285. }
  286. }
  287. },
  288. {
  289. "path": "pages/daiJiaoGeRenChaXunJieGuo/daiJiaoGeRenChaXunJieGuo",
  290. "style": {
  291. "navigationBarTitleText": "查询结果",
  292. "enablePullDownRefresh": false,
  293. "app-plus": {
  294. "titleNView": true
  295. }
  296. }
  297. },
  298. {
  299. "path": "pages/daiJiaoDanWeiHuiFei/daiJiaoDanWeiHuiFei",
  300. "style": {
  301. "navigationBarTitleText": "代缴单位会费",
  302. "enablePullDownRefresh": false,
  303. "app-plus": {
  304. "titleNView": true
  305. }
  306. }
  307. },
  308. {
  309. "path": "pages/daiJiaoDanWeiChaXunJieGuo/daiJiaoDanWeiChaXunJieGuo",
  310. "style": {
  311. "navigationBarTitleText": "单位会费缴交",
  312. "enablePullDownRefresh": false,
  313. "app-plus": {
  314. "titleNView": true
  315. }
  316. }
  317. },
  318. {
  319. "path": "pages/goOnEdu/course/courseDetail/courseDetail",
  320. "style": {
  321. "navigationBarBackgroundColor": "#ffffff",
  322. "navigationBarTitleText": "",
  323. "enablePullDownRefresh": false,
  324. "app-plus": {
  325. "titleNView": false
  326. }
  327. }
  328. },
  329. {
  330. "path": "pages/goOnEdu/course/courseMine/mineRecord/mineRecord",
  331. "style": {
  332. "navigationBarBackgroundColor": "#FFFFFF",
  333. "navigationBarTitleText": "观看记录",
  334. "enablePullDownRefresh": false,
  335. "app-plus": {
  336. "titleNView": false
  337. }
  338. }
  339. },
  340. {
  341. "path": "pages/goOnEdu/course/courseMine/mineCredits/mineCredits",
  342. "style": {
  343. "navigationBarBackgroundColor": "#FFFFFF",
  344. "navigationBarTitleText": "学分明细",
  345. "enablePullDownRefresh": false,
  346. "app-plus": {
  347. "titleNView": false
  348. }
  349. }
  350. },
  351. {
  352. "path": "pages/goOnEdu/course/courseMine/mineFavi/mineFavi",
  353. "style": {
  354. "navigationBarBackgroundColor": "#FFFFFF",
  355. "navigationBarTitleText": "我的收藏",
  356. "enablePullDownRefresh": false,
  357. "app-plus": {
  358. "titleNView": false
  359. }
  360. }
  361. },
  362. {
  363. "path": "pages/goOnEdu/course/courseDetail/courseOrder",
  364. "style": {
  365. "navigationBarBackgroundColor": "#f7f7f7",
  366. "navigationBarTitleText": "填写订单",
  367. "enablePullDownRefresh": false,
  368. "app-plus": {
  369. "titleNView": false
  370. }
  371. }
  372. },
  373. {
  374. "path": "pages/goOnEdu/course/courseDetail/coursePay",
  375. "style": {
  376. "navigationBarBackgroundColor": "#ffffff",
  377. "navigationBarTitleText": "",
  378. "enablePullDownRefresh": false,
  379. "app-plus": {
  380. "titleNView": false
  381. }
  382. }
  383. },
  384. {
  385. "path": "pages/reportDetail/reportDetail",
  386. "style": {
  387. "navigationBarTitleText": "报告详情",
  388. "enablePullDownRefresh": false,
  389. "app-plus": {
  390. "titleNView": true
  391. }
  392. }
  393. },
  394. {
  395. "path": "pages/researchReport/reportList/reportList",
  396. "style": {
  397. "enablePullDownRefresh": false,
  398. "app-plus": {
  399. "titleNView": true
  400. }
  401. }
  402. },
  403. {
  404. "path" : "pages/initial/initial",
  405. "style": {
  406. "navigationStyle": "custom",
  407. "navigationBarTitleText": "",
  408. "enablePullDownRefresh": false,
  409. "app-plus": {
  410. "titleNView": false
  411. }
  412. }
  413. },
  414. {
  415. "path" : "pages/swiperDetail/swiperDetail",
  416. "style" :
  417. {
  418. "navigationBarTitleText": "内容详情",
  419. "enablePullDownRefresh": false,
  420. "app-plus": {
  421. "titleNView": true
  422. }
  423. }
  424. },
  425. {
  426. "path" : "pages/joinClub/joinClub",
  427. "style" :
  428. {
  429. "navigationBarTitleText": "会员入会",
  430. "enablePullDownRefresh": false,
  431. "app-plus": {
  432. "titleNView": true
  433. }
  434. }
  435. },
  436. {
  437. "path" : "pages/huifeijiaojiaoRukou/huifeijiaojiaoRukou",
  438. "style": {
  439. "navigationBarTitleText": "会费缴交",
  440. "enablePullDownRefresh": false,
  441. "navigationBarBackgroundColor": "#8dccff",
  442. "app-plus": {
  443. "titleNView": true
  444. }
  445. }
  446. },
  447. {
  448. "path" : "pages/jixujiaoyunianjian/jixujiaoyunianjian",
  449. "style": {
  450. "navigationBarTitleText": "继续教育年检",
  451. "enablePullDownRefresh": false,
  452. "app-plus": {
  453. "titleNView": true
  454. }
  455. }
  456. },
  457. {
  458. "path" : "pages/contactUs/contactUs",
  459. "style": {
  460. "navigationBarTitleText": "联系我们",
  461. "enablePullDownRefresh": false,
  462. "app-plus": {
  463. "titleNView": true
  464. }
  465. }
  466. },
  467. {
  468. "path" : "pages/webview/webview",
  469. "style" :
  470. {
  471. "navigationStyle" : "custom",
  472. "app-plus" :
  473. {
  474. "bounce" : "none"
  475. }
  476. }
  477. },
  478. {
  479. "path" : "pages/goOnEdu/course/courseMine/mineRecord/recordDetail",
  480. "style": {
  481. "navigationBarBackgroundColor": "#FFFFFF",
  482. "navigationBarTitleText": "学分明细",
  483. "enablePullDownRefresh": false,
  484. "app-plus": {
  485. "titleNView": false
  486. }
  487. }
  488. },
  489. {
  490. "path" : "pages/setting/setting",
  491. "style" : {
  492. "navigationBarTitleText": "设置",
  493. "enablePullDownRefresh": false,
  494. "navigationBarBackgroundColor": "#8dccff",
  495. "app-plus": {
  496. "titleNView": false
  497. }
  498. }
  499. },
  500. {
  501. "path" : "pages/setting/updateTel/updateTel",
  502. "style" : {
  503. "navigationBarTitleText": "更换绑定手机号",
  504. "enablePullDownRefresh": false,
  505. "app-plus": {
  506. "titleNView": false
  507. }
  508. }
  509. },
  510. {
  511. "path" : "pages/setting/updatePwd/updatePwd",
  512. "style" : {
  513. "navigationBarTitleText": "修改密码",
  514. "enablePullDownRefresh": false,
  515. "app-plus": {
  516. "titleNView": false
  517. }
  518. }
  519. },
  520. {
  521. "path" : "pages/setting/infoExport/infoExport",
  522. "style" : {
  523. "navigationBarTitleText": "个人信息副本导出",
  524. "enablePullDownRefresh": false,
  525. "app-plus": {
  526. "titleNView": false
  527. }
  528. }
  529. },
  530. {
  531. "path" : "pages/setting/removeInfo/removeInfo",
  532. "style" : {
  533. "navigationBarTitleText": "删除个人信息",
  534. "enablePullDownRefresh": false,
  535. "navigationBarBackgroundColor": "#8dccff",
  536. "app-plus": {
  537. "titleNView": false
  538. }
  539. }
  540. },
  541. {
  542. "path" : "pages/setting/cancelAccount/cancelAccount",
  543. "style" : {
  544. "navigationBarTitleText": "注销账号",
  545. "enablePullDownRefresh": false,
  546. "navigationBarBackgroundColor": "#8dccff",
  547. "app-plus": {
  548. "titleNView": false
  549. }
  550. }
  551. },
  552. {
  553. "path" : "pages/agreement/privacyAgree/privacyAgree",
  554. "style": {
  555. "navigationBarBackgroundColor": "#FFFFFF",
  556. "navigationBarTitleText": "小程序政策",
  557. "enablePullDownRefresh": false,
  558. "app-plus": {
  559. "titleNView": false
  560. }
  561. }
  562. },
  563. {
  564. "path" : "pages/goOnEdu/trainRecord/trainRecord",
  565. "style": {
  566. "navigationBarBackgroundColor": "#FFFFFF",
  567. "navigationBarTitleText": "培训实况",
  568. "enablePullDownRefresh": false,
  569. "app-plus": {
  570. "titleNView": false
  571. }
  572. }
  573. },
  574. {
  575. "path" : "pages/goOnEdu/trainRecordDetail/trainRecordDetail",
  576. "style": {
  577. "navigationBarBackgroundColor": "#FFFFFF",
  578. "navigationBarTitleText": "实况详情",
  579. "enablePullDownRefresh": false,
  580. "app-plus": {
  581. "titleNView": false
  582. }
  583. }
  584. }
  585. ],
  586. "globalStyle": {
  587. "navigationBarTextStyle": "black",
  588. "navigationBarTitleText": "uni-app",
  589. "navigationBarBackgroundColor": "#F8F8F8",
  590. "backgroundColor": "#F7F7F7"
  591. },
  592. "tabBar": {
  593. "selectedColor": "#0069f6",
  594. "list": [{
  595. "pagePath": "pages/index/index",
  596. "text": "主页",
  597. "iconPath": "static/images/tabbar-icon/home.png",
  598. "selectedIconPath": "static/images/tabbar-icon/home-fill.png"
  599. },
  600. {
  601. "pagePath": "pages/chat/chat",
  602. "text": "消息",
  603. "iconPath": "static/images/tabbar-icon/comment.png",
  604. "selectedIconPath": "static/images/tabbar-icon/comment-filling.png"
  605. },
  606. {
  607. "pagePath": "pages/personalCenter/personalCenter",
  608. "text": "我的",
  609. "iconPath": "static/images/tabbar-icon/user-line.png",
  610. "selectedIconPath": "static/images/tabbar-icon/user-s.png"
  611. }
  612. ]
  613. },
  614. "uniIdRouter": {}
  615. }