pages.json 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614
  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. "app-plus": {
  253. "titleNView": false
  254. }
  255. }
  256. },
  257. {
  258. "path": "pages/huiFeiJiaoJiao/huiFeiJiaoJiao",
  259. "style": {
  260. "navigationBarTitleText": "个人会费缴交",
  261. "navigationBarBackgroundColor": "#8dccff",
  262. "app-plus": {
  263. "titleNView": true
  264. }
  265. }
  266. },
  267. {
  268. "path": "pages/geRenHuiFeiJiaoJiao/geRenHuiFeiJiaoJiao",
  269. "style": {
  270. "navigationBarTitleText": "个人会费缴交",
  271. "enablePullDownRefresh": false,
  272. "app-plus": {
  273. "titleNView": true
  274. }
  275. }
  276. },
  277. {
  278. "path": "pages/daiJiaoGeRenHuiFei/daiJiaoGeRenHuiFei",
  279. "style": {
  280. "navigationBarTitleText": "代缴个人会费",
  281. "enablePullDownRefresh": false,
  282. "app-plus": {
  283. "titleNView": true
  284. }
  285. }
  286. },
  287. {
  288. "path": "pages/daiJiaoGeRenChaXunJieGuo/daiJiaoGeRenChaXunJieGuo",
  289. "style": {
  290. "navigationBarTitleText": "查询结果",
  291. "enablePullDownRefresh": false,
  292. "app-plus": {
  293. "titleNView": true
  294. }
  295. }
  296. },
  297. {
  298. "path": "pages/daiJiaoDanWeiHuiFei/daiJiaoDanWeiHuiFei",
  299. "style": {
  300. "navigationBarTitleText": "代缴单位会费",
  301. "enablePullDownRefresh": false,
  302. "app-plus": {
  303. "titleNView": true
  304. }
  305. }
  306. },
  307. {
  308. "path": "pages/daiJiaoDanWeiChaXunJieGuo/daiJiaoDanWeiChaXunJieGuo",
  309. "style": {
  310. "navigationBarTitleText": "单位会费缴交",
  311. "enablePullDownRefresh": false,
  312. "app-plus": {
  313. "titleNView": true
  314. }
  315. }
  316. },
  317. {
  318. "path": "pages/goOnEdu/course/courseDetail/courseDetail",
  319. "style": {
  320. "navigationBarBackgroundColor": "#ffffff",
  321. "navigationBarTitleText": "",
  322. "enablePullDownRefresh": false,
  323. "app-plus": {
  324. "titleNView": false
  325. }
  326. }
  327. },
  328. {
  329. "path": "pages/goOnEdu/course/courseMine/mineRecord/mineRecord",
  330. "style": {
  331. "navigationBarBackgroundColor": "#FFFFFF",
  332. "navigationBarTitleText": "观看记录",
  333. "enablePullDownRefresh": false,
  334. "app-plus": {
  335. "titleNView": false
  336. }
  337. }
  338. },
  339. {
  340. "path": "pages/goOnEdu/course/courseMine/mineCredits/mineCredits",
  341. "style": {
  342. "navigationBarBackgroundColor": "#FFFFFF",
  343. "navigationBarTitleText": "学分明细",
  344. "enablePullDownRefresh": false,
  345. "app-plus": {
  346. "titleNView": false
  347. }
  348. }
  349. },
  350. {
  351. "path": "pages/goOnEdu/course/courseMine/mineFavi/mineFavi",
  352. "style": {
  353. "navigationBarBackgroundColor": "#FFFFFF",
  354. "navigationBarTitleText": "我的收藏",
  355. "enablePullDownRefresh": false,
  356. "app-plus": {
  357. "titleNView": false
  358. }
  359. }
  360. },
  361. {
  362. "path": "pages/goOnEdu/course/courseDetail/courseOrder",
  363. "style": {
  364. "navigationBarBackgroundColor": "#f7f7f7",
  365. "navigationBarTitleText": "填写订单",
  366. "enablePullDownRefresh": false,
  367. "app-plus": {
  368. "titleNView": false
  369. }
  370. }
  371. },
  372. {
  373. "path": "pages/goOnEdu/course/courseDetail/coursePay",
  374. "style": {
  375. "navigationBarBackgroundColor": "#ffffff",
  376. "navigationBarTitleText": "",
  377. "enablePullDownRefresh": false,
  378. "app-plus": {
  379. "titleNView": false
  380. }
  381. }
  382. },
  383. {
  384. "path": "pages/reportDetail/reportDetail",
  385. "style": {
  386. "navigationBarTitleText": "报告详情",
  387. "enablePullDownRefresh": false,
  388. "app-plus": {
  389. "titleNView": true
  390. }
  391. }
  392. },
  393. {
  394. "path": "pages/researchReport/reportList/reportList",
  395. "style": {
  396. "enablePullDownRefresh": false,
  397. "app-plus": {
  398. "titleNView": true
  399. }
  400. }
  401. },
  402. {
  403. "path" : "pages/initial/initial",
  404. "style": {
  405. "navigationStyle": "custom",
  406. "navigationBarTitleText": "",
  407. "enablePullDownRefresh": false,
  408. "app-plus": {
  409. "titleNView": false
  410. }
  411. }
  412. },
  413. {
  414. "path" : "pages/swiperDetail/swiperDetail",
  415. "style" :
  416. {
  417. "navigationBarTitleText": "内容详情",
  418. "enablePullDownRefresh": false,
  419. "app-plus": {
  420. "titleNView": true
  421. }
  422. }
  423. },
  424. {
  425. "path" : "pages/joinClub/joinClub",
  426. "style" :
  427. {
  428. "navigationBarTitleText": "会员入会",
  429. "enablePullDownRefresh": false,
  430. "app-plus": {
  431. "titleNView": true
  432. }
  433. }
  434. },
  435. {
  436. "path" : "pages/huifeijiaojiaoRukou/huifeijiaojiaoRukou",
  437. "style": {
  438. "navigationBarTitleText": "会费缴交",
  439. "enablePullDownRefresh": false,
  440. "navigationBarBackgroundColor": "#8dccff",
  441. "app-plus": {
  442. "titleNView": true
  443. }
  444. }
  445. },
  446. {
  447. "path" : "pages/jixujiaoyunianjian/jixujiaoyunianjian",
  448. "style": {
  449. "navigationBarTitleText": "继续教育年检",
  450. "enablePullDownRefresh": false,
  451. "app-plus": {
  452. "titleNView": true
  453. }
  454. }
  455. },
  456. {
  457. "path" : "pages/contactUs/contactUs",
  458. "style": {
  459. "navigationBarTitleText": "联系我们",
  460. "enablePullDownRefresh": false,
  461. "app-plus": {
  462. "titleNView": true
  463. }
  464. }
  465. },
  466. {
  467. "path" : "pages/webview/webview",
  468. "style" :
  469. {
  470. "navigationStyle" : "custom",
  471. "app-plus" :
  472. {
  473. "bounce" : "none"
  474. }
  475. }
  476. },
  477. {
  478. "path" : "pages/goOnEdu/course/courseMine/mineRecord/recordDetail",
  479. "style": {
  480. "navigationBarBackgroundColor": "#FFFFFF",
  481. "navigationBarTitleText": "学分明细",
  482. "enablePullDownRefresh": false,
  483. "app-plus": {
  484. "titleNView": false
  485. }
  486. }
  487. },
  488. {
  489. "path" : "pages/setting/setting",
  490. "style" : {
  491. "navigationBarTitleText": "设置",
  492. "enablePullDownRefresh": false,
  493. "navigationBarBackgroundColor": "#8dccff",
  494. "app-plus": {
  495. "titleNView": false
  496. }
  497. }
  498. },
  499. {
  500. "path" : "pages/setting/updateTel/updateTel",
  501. "style" : {
  502. "navigationBarTitleText": "更换绑定手机号",
  503. "enablePullDownRefresh": false,
  504. "app-plus": {
  505. "titleNView": false
  506. }
  507. }
  508. },
  509. {
  510. "path" : "pages/setting/updatePwd/updatePwd",
  511. "style" : {
  512. "navigationBarTitleText": "修改密码",
  513. "enablePullDownRefresh": false,
  514. "app-plus": {
  515. "titleNView": false
  516. }
  517. }
  518. },
  519. {
  520. "path" : "pages/setting/infoExport/infoExport",
  521. "style" : {
  522. "navigationBarTitleText": "个人信息副本导出",
  523. "enablePullDownRefresh": false,
  524. "app-plus": {
  525. "titleNView": false
  526. }
  527. }
  528. },
  529. {
  530. "path" : "pages/setting/removeInfo/removeInfo",
  531. "style" : {
  532. "navigationBarTitleText": "删除个人信息",
  533. "enablePullDownRefresh": false,
  534. "navigationBarBackgroundColor": "#8dccff",
  535. "app-plus": {
  536. "titleNView": false
  537. }
  538. }
  539. },
  540. {
  541. "path" : "pages/setting/cancelAccount/cancelAccount",
  542. "style" : {
  543. "navigationBarTitleText": "注销账号",
  544. "enablePullDownRefresh": false,
  545. "navigationBarBackgroundColor": "#8dccff",
  546. "app-plus": {
  547. "titleNView": false
  548. }
  549. }
  550. },
  551. {
  552. "path" : "pages/agreement/privacyAgree/privacyAgree",
  553. "style": {
  554. "navigationBarBackgroundColor": "#FFFFFF",
  555. "navigationBarTitleText": "小程序政策",
  556. "enablePullDownRefresh": false,
  557. "app-plus": {
  558. "titleNView": false
  559. }
  560. }
  561. },
  562. {
  563. "path" : "pages/goOnEdu/trainRecord/trainRecord",
  564. "style": {
  565. "navigationBarBackgroundColor": "#FFFFFF",
  566. "navigationBarTitleText": "培训实况",
  567. "enablePullDownRefresh": false,
  568. "app-plus": {
  569. "titleNView": false
  570. }
  571. }
  572. },
  573. {
  574. "path" : "pages/goOnEdu/trainRecordDetail/trainRecordDetail",
  575. "style": {
  576. "navigationBarBackgroundColor": "#FFFFFF",
  577. "navigationBarTitleText": "实况详情",
  578. "enablePullDownRefresh": false,
  579. "app-plus": {
  580. "titleNView": false
  581. }
  582. }
  583. }
  584. ],
  585. "globalStyle": {
  586. "navigationBarTextStyle": "black",
  587. "navigationBarTitleText": "uni-app",
  588. "navigationBarBackgroundColor": "#F8F8F8",
  589. "backgroundColor": "#F7F7F7"
  590. },
  591. "tabBar": {
  592. "selectedColor": "#0069f6",
  593. "list": [{
  594. "pagePath": "pages/index/index",
  595. "text": "主页",
  596. "iconPath": "static/images/tabbar-icon/home.png",
  597. "selectedIconPath": "static/images/tabbar-icon/home-fill.png"
  598. },
  599. {
  600. "pagePath": "pages/chat/chat",
  601. "text": "消息",
  602. "iconPath": "static/images/tabbar-icon/comment.png",
  603. "selectedIconPath": "static/images/tabbar-icon/comment-filling.png"
  604. },
  605. {
  606. "pagePath": "pages/personalCenter/personalCenter",
  607. "text": "我的",
  608. "iconPath": "static/images/tabbar-icon/user-line.png",
  609. "selectedIconPath": "static/images/tabbar-icon/user-s.png"
  610. }
  611. ]
  612. },
  613. "uniIdRouter": {}
  614. }