pages.json 10 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464
  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": false,
  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. "app-plus": {
  169. "titleNView": false
  170. }
  171. }
  172. },
  173. {
  174. "path": "pages/InvoiceApplication/InvoiceApplication",
  175. "style": {
  176. "navigationBarTitleText": "发票申请",
  177. "enablePullDownRefresh": false,
  178. "app-plus": {
  179. "titleNView": false
  180. }
  181. }
  182. },
  183. {
  184. "path": "pages/applyForBilling/applyForBilling",
  185. "style": {
  186. "navigationBarTitleText": "申请开票",
  187. "enablePullDownRefresh": false,
  188. "app-plus": {
  189. "titleNView": false
  190. }
  191. }
  192. },
  193. {
  194. "path": "pages/invoiceResult/invoiceResult",
  195. "style": {
  196. "navigationBarTitleText": "已提交开票申请",
  197. "enablePullDownRefresh": false,
  198. "app-plus": {
  199. "titleNView": false
  200. }
  201. }
  202. },
  203. {
  204. "path": "pages/invoiceDetail/invoiceDetail",
  205. "style": {
  206. "navigationBarTitleText": "发票详情",
  207. "enablePullDownRefresh": false,
  208. "app-plus": {
  209. "titleNView": false
  210. }
  211. }
  212. },
  213. {
  214. "path": "pages/goOnEdu/index",
  215. "style": {
  216. "navigationBarBackgroundColor": "#FFFFFF",
  217. "navigationBarTitleText": "行业培训",
  218. "enablePullDownRefresh": false,
  219. "app-plus": {
  220. "titleNView": false
  221. }
  222. }
  223. },
  224. {
  225. "path": "pages/researchReport/reportHome/reportHome",
  226. "style": {
  227. "navigationBarBackgroundColor": "#FFFFFF",
  228. "navigationBarTitleText": "研究报告",
  229. "enablePullDownRefresh": false,
  230. "app-plus": {
  231. "titleNView": false
  232. }
  233. }
  234. },
  235. {
  236. "path": "pages/goOnEdu/course/index",
  237. "style": {
  238. "navigationBarBackgroundColor": "#ffffff",
  239. "navigationBarTitleText": "培训课程",
  240. "enablePullDownRefresh": false,
  241. "app-plus": {
  242. "titleNView": false
  243. }
  244. }
  245. },
  246. {
  247. "path": "pages/collect/collect",
  248. "style": {
  249. "navigationBarTitleText": "我的收藏",
  250. "enablePullDownRefresh": true,
  251. "app-plus": {
  252. "titleNView": false
  253. }
  254. }
  255. },
  256. {
  257. "path": "pages/huiFeiJiaoJiao/huiFeiJiaoJiao",
  258. "style": {
  259. "navigationBarTitleText": "会费缴交",
  260. "navigationBarBackgroundColor": "#8dccff",
  261. "app-plus": {
  262. "titleNView": true
  263. }
  264. }
  265. },
  266. {
  267. "path": "pages/geRenHuiFeiJiaoJiao/geRenHuiFeiJiaoJiao",
  268. "style": {
  269. "navigationBarTitleText": "个人会费缴交",
  270. "enablePullDownRefresh": false,
  271. "app-plus": {
  272. "titleNView": true
  273. }
  274. }
  275. },
  276. {
  277. "path": "pages/daiJiaoGeRenHuiFei/daiJiaoGeRenHuiFei",
  278. "style": {
  279. "navigationBarTitleText": "代缴个人会费",
  280. "enablePullDownRefresh": false,
  281. "app-plus": {
  282. "titleNView": true
  283. }
  284. }
  285. },
  286. {
  287. "path": "pages/daiJiaoGeRenChaXunJieGuo/daiJiaoGeRenChaXunJieGuo",
  288. "style": {
  289. "navigationBarTitleText": "查询结果",
  290. "enablePullDownRefresh": false,
  291. "app-plus": {
  292. "titleNView": true
  293. }
  294. }
  295. },
  296. {
  297. "path": "pages/daiJiaoDanWeiHuiFei/daiJiaoDanWeiHuiFei",
  298. "style": {
  299. "navigationBarTitleText": "代缴单位会费",
  300. "enablePullDownRefresh": false,
  301. "app-plus": {
  302. "titleNView": true
  303. }
  304. }
  305. },
  306. {
  307. "path": "pages/daiJiaoDanWeiChaXunJieGuo/daiJiaoDanWeiChaXunJieGuo",
  308. "style": {
  309. "navigationBarTitleText": "单位会费缴交",
  310. "enablePullDownRefresh": false,
  311. "app-plus": {
  312. "titleNView": true
  313. }
  314. }
  315. },
  316. {
  317. "path": "pages/goOnEdu/course/courseDetail/courseDetail",
  318. "style": {
  319. "navigationBarBackgroundColor": "#ffffff",
  320. "navigationBarTitleText": "",
  321. "enablePullDownRefresh": false,
  322. "app-plus": {
  323. "titleNView": false
  324. }
  325. }
  326. },
  327. {
  328. "path": "pages/goOnEdu/course/courseMine/mineRecord/mineRecord",
  329. "style": {
  330. "navigationBarBackgroundColor": "#FFFFFF",
  331. "navigationBarTitleText": "观看记录",
  332. "enablePullDownRefresh": false,
  333. "app-plus": {
  334. "titleNView": false
  335. }
  336. }
  337. },
  338. {
  339. "path": "pages/goOnEdu/course/courseMine/mineCredits/mineCredits",
  340. "style": {
  341. "navigationBarBackgroundColor": "#FFFFFF",
  342. "navigationBarTitleText": "学分明细",
  343. "enablePullDownRefresh": false,
  344. "app-plus": {
  345. "titleNView": false
  346. }
  347. }
  348. },
  349. {
  350. "path": "pages/goOnEdu/course/courseMine/mineFavi/mineFavi",
  351. "style": {
  352. "navigationBarBackgroundColor": "#FFFFFF",
  353. "navigationBarTitleText": "我的收藏",
  354. "enablePullDownRefresh": false,
  355. "app-plus": {
  356. "titleNView": false
  357. }
  358. }
  359. },
  360. {
  361. "path": "pages/goOnEdu/course/courseDetail/courseOrder",
  362. "style": {
  363. "navigationBarBackgroundColor": "#f7f7f7",
  364. "navigationBarTitleText": "填写订单",
  365. "enablePullDownRefresh": false,
  366. "app-plus": {
  367. "titleNView": false
  368. }
  369. }
  370. },
  371. {
  372. "path": "pages/goOnEdu/course/courseDetail/coursePay",
  373. "style": {
  374. "navigationBarBackgroundColor": "#ffffff",
  375. "navigationBarTitleText": "",
  376. "enablePullDownRefresh": false,
  377. "app-plus": {
  378. "titleNView": false
  379. }
  380. }
  381. },
  382. {
  383. "path": "pages/reportDetail/reportDetail",
  384. "style": {
  385. "navigationBarTitleText": "报告详情",
  386. "enablePullDownRefresh": false,
  387. "app-plus": {
  388. "titleNView": true
  389. }
  390. }
  391. },
  392. {
  393. "path": "pages/researchReport/reportList/reportList",
  394. "style": {
  395. "enablePullDownRefresh": false,
  396. "app-plus": {
  397. "titleNView": true
  398. }
  399. }
  400. },
  401. {
  402. "path" : "pages/initial/initial",
  403. "style": {
  404. "navigationStyle": "custom",
  405. "navigationBarTitleText": "",
  406. "enablePullDownRefresh": false,
  407. "app-plus": {
  408. "titleNView": false
  409. }
  410. }
  411. },
  412. {
  413. "path" : "pages/swiperDetail/swiperDetail",
  414. "style" :
  415. {
  416. "navigationBarTitleText": "内容详情",
  417. "enablePullDownRefresh": false,
  418. "app-plus": {
  419. "titleNView": true
  420. }
  421. }
  422. },
  423. {
  424. "path" : "pages/joinClub/joinClub",
  425. "style" :
  426. {
  427. "navigationBarTitleText": "会员入会",
  428. "enablePullDownRefresh": false,
  429. "app-plus": {
  430. "titleNView": true
  431. }
  432. }
  433. }
  434. ],
  435. "globalStyle": {
  436. "navigationBarTextStyle": "black",
  437. "navigationBarTitleText": "uni-app",
  438. "navigationBarBackgroundColor": "#F8F8F8",
  439. "backgroundColor": "#F7F7F7"
  440. },
  441. "tabBar": {
  442. "selectedColor": "#0069f6",
  443. "list": [{
  444. "pagePath": "pages/index/index",
  445. "text": "主页",
  446. "iconPath": "static/images/tabbar-icon/home.png",
  447. "selectedIconPath": "static/images/tabbar-icon/home-fill.png"
  448. },
  449. {
  450. "pagePath": "pages/chat/chat",
  451. "text": "消息",
  452. "iconPath": "static/images/tabbar-icon/comment.png",
  453. "selectedIconPath": "static/images/tabbar-icon/comment-filling.png"
  454. },
  455. {
  456. "pagePath": "pages/personalCenter/personalCenter",
  457. "text": "我的",
  458. "iconPath": "static/images/tabbar-icon/user-line.png",
  459. "selectedIconPath": "static/images/tabbar-icon/user-s.png"
  460. }
  461. ]
  462. },
  463. "uniIdRouter": {}
  464. }