pages.json 9.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432
  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. "navigationStyle": "custom",
  18. "navigationBarTitleText": "",
  19. "enablePullDownRefresh": false,
  20. "app-plus": {
  21. "titleNView": false
  22. }
  23. }
  24. },
  25. {
  26. "path": "pages/chat/chat",
  27. "style": {
  28. "navigationBarTitleText": "消息",
  29. "enablePullDownRefresh": false,
  30. "app-plus": {
  31. "autoBackButton": false,
  32. "titleNView": true
  33. }
  34. }
  35. },
  36. {
  37. "path": "pages/personalCenter/personalCenter",
  38. "style": {
  39. "navigationBarTitleText": "我的",
  40. "enablePullDownRefresh": false,
  41. "navigationBarBackgroundColor": "#8dccff",
  42. "app-plus": {
  43. "autoBackButton": false,
  44. "titleNView": true
  45. }
  46. }
  47. },
  48. {
  49. "path": "pages/chatDetail/chatDetail",
  50. "style": {
  51. "navigationBarTitleText": "",
  52. "enablePullDownRefresh": false
  53. }
  54. },
  55. {
  56. "path": "pages/register/register",
  57. "style": {
  58. "navigationBarBackgroundColor": "#FFFFFF",
  59. "navigationBarTitleText": "账号注册",
  60. "enablePullDownRefresh": false,
  61. "app-plus": {
  62. "titleNView": false
  63. }
  64. }
  65. },
  66. {
  67. "path": "pages/forget/forget",
  68. "style": {
  69. "navigationBarBackgroundColor": "#FFFFFF",
  70. "navigationBarTitleText": "找回密码",
  71. "enablePullDownRefresh": false,
  72. "app-plus": {
  73. "titleNView": false
  74. }
  75. }
  76. },
  77. {
  78. "path": "pages/wxLogin/wxLogin",
  79. "style": {
  80. "navigationBarBackgroundColor": "#FFFFFF",
  81. "navigationBarTitleText": "",
  82. "enablePullDownRefresh": false,
  83. "app-plus": {
  84. "titleNView": false
  85. }
  86. }
  87. },
  88. {
  89. "path": "pages/notice/notice/notice",
  90. "style": {
  91. "navigationBarBackgroundColor": "#FFFFFF",
  92. "navigationBarTitleText": "通知公告",
  93. "enablePullDownRefresh": false,
  94. "app-plus": {
  95. "titleNView": false
  96. }
  97. }
  98. },
  99. {
  100. "path": "pages/notice/noticeDetail/noticeDetail",
  101. "style": {
  102. "navigationBarBackgroundColor": "#FFFFFF",
  103. "navigationBarTitleText": "通知公告详情",
  104. "enablePullDownRefresh": false,
  105. "app-plus": {
  106. "titleNView": false
  107. }
  108. }
  109. },
  110. {
  111. "path": "pages/dynamic/dynamic/dynamic",
  112. "style": {
  113. "navigationBarBackgroundColor": "#FFFFFF",
  114. "navigationBarTitleText": "协会动态",
  115. "enablePullDownRefresh": false,
  116. "app-plus": {
  117. "titleNView": false
  118. }
  119. }
  120. },
  121. {
  122. "path": "pages/dynamic/dynamicDetail/dynamicDetail",
  123. "style": {
  124. "navigationBarBackgroundColor": "#FFFFFF",
  125. "navigationBarTitleText": "动态详情",
  126. "enablePullDownRefresh": false,
  127. "app-plus": {
  128. "titleNView": false
  129. }
  130. }
  131. },
  132. {
  133. "path": "pages/guide/guide/guide",
  134. "style": {
  135. "navigationBarBackgroundColor": "#FFFFFF",
  136. "navigationBarTitleText": "办事指引",
  137. "enablePullDownRefresh": false,
  138. "app-plus": {
  139. "titleNView": false
  140. }
  141. }
  142. },
  143. {
  144. "path": "pages/guide/guideDetail/guideDetail",
  145. "style": {
  146. "navigationBarBackgroundColor": "#FFFFFF",
  147. "navigationBarTitleText": "指引详情",
  148. "enablePullDownRefresh": false,
  149. "app-plus": {
  150. "titleNView": false
  151. }
  152. }
  153. },
  154. {
  155. "path": "pages/certificateDetail/certificateDetail",
  156. "style": {
  157. "navigationBarTitleText": "",
  158. "enablePullDownRefresh": false,
  159. "app-plus": {
  160. "titleNView": false
  161. }
  162. }
  163. },
  164. {
  165. "path": "pages/order/order",
  166. "style": {
  167. "navigationBarTitleText": "我的订单",
  168. "enablePullDownRefresh": false,
  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": false,
  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. "globalStyle": {
  404. "navigationBarTextStyle": "black",
  405. "navigationBarTitleText": "uni-app",
  406. "navigationBarBackgroundColor": "#F8F8F8",
  407. "backgroundColor": "#F7F7F7"
  408. },
  409. "tabBar": {
  410. "selectedColor": "#0069f6",
  411. "list": [{
  412. "pagePath": "pages/index/index",
  413. "text": "主页",
  414. "iconPath": "static/images/tabbar-icon/home.png",
  415. "selectedIconPath": "static/images/tabbar-icon/home-fill.png"
  416. },
  417. {
  418. "pagePath": "pages/chat/chat",
  419. "text": "消息",
  420. "iconPath": "static/images/tabbar-icon/comment.png",
  421. "selectedIconPath": "static/images/tabbar-icon/comment-filling.png"
  422. },
  423. {
  424. "pagePath": "pages/personalCenter/personalCenter",
  425. "text": "我的",
  426. "iconPath": "static/images/tabbar-icon/user-line.png",
  427. "selectedIconPath": "static/images/tabbar-icon/user-s.png"
  428. }
  429. ]
  430. },
  431. "uniIdRouter": {}
  432. }