pages.json 6.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298
  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. {
  29. "navigationBarTitleText": "消息",
  30. "enablePullDownRefresh": false,
  31. "app-plus": {
  32. "autoBackButton": false,
  33. "titleNView": true
  34. }
  35. }
  36. },
  37. {
  38. "path" : "pages/personalCenter/personalCenter",
  39. "style" :
  40. {
  41. "navigationBarTitleText": "我的",
  42. "enablePullDownRefresh": false,
  43. "navigationBarBackgroundColor": "#8dccff",
  44. "app-plus": {
  45. "autoBackButton": false,
  46. "titleNView": true
  47. }
  48. }
  49. },
  50. {
  51. "path" : "pages/chatDetail/chatDetail",
  52. "style" :
  53. {
  54. "navigationBarTitleText" : "",
  55. "enablePullDownRefresh": false
  56. }
  57. },
  58. {
  59. "path" : "pages/register/register",
  60. "style" : {
  61. "navigationBarBackgroundColor": "#FFFFFF",
  62. "navigationBarTitleText": "账号注册",
  63. "enablePullDownRefresh": false,
  64. "app-plus": {
  65. "titleNView": false
  66. }
  67. }
  68. },
  69. {
  70. "path" : "pages/forget/forget",
  71. "style" : {
  72. "navigationBarBackgroundColor": "#FFFFFF",
  73. "navigationBarTitleText": "找回密码",
  74. "enablePullDownRefresh": false,
  75. "app-plus": {
  76. "titleNView": false
  77. }
  78. }
  79. },
  80. {
  81. "path" : "pages/wxLogin/wxLogin",
  82. "style" : {
  83. "navigationBarBackgroundColor": "#FFFFFF",
  84. "navigationBarTitleText": "",
  85. "enablePullDownRefresh": false,
  86. "app-plus": {
  87. "titleNView": false
  88. }
  89. }
  90. },
  91. {
  92. "path" : "pages/notice/notice/notice",
  93. "style" : {
  94. "navigationBarBackgroundColor": "#FFFFFF",
  95. "navigationBarTitleText": "通知公告",
  96. "enablePullDownRefresh": false,
  97. "app-plus": {
  98. "titleNView": false
  99. }
  100. }
  101. },
  102. {
  103. "path" : "pages/notice/noticeDetail/noticeDetail",
  104. "style" : {
  105. "navigationBarBackgroundColor": "#FFFFFF",
  106. "navigationBarTitleText": "通知公告详情",
  107. "enablePullDownRefresh": false,
  108. "app-plus": {
  109. "titleNView": false
  110. }
  111. }
  112. },
  113. {
  114. "path" : "pages/dynamic/dynamic/dynamic",
  115. "style" : {
  116. "navigationBarBackgroundColor": "#FFFFFF",
  117. "navigationBarTitleText": "协会动态",
  118. "enablePullDownRefresh": false,
  119. "app-plus": {
  120. "titleNView": false
  121. }
  122. }
  123. },
  124. {
  125. "path" : "pages/dynamic/dynamicDetail/dynamicDetail",
  126. "style" : {
  127. "navigationBarBackgroundColor": "#FFFFFF",
  128. "navigationBarTitleText": "动态详情",
  129. "enablePullDownRefresh": false,
  130. "app-plus": {
  131. "titleNView": false
  132. }
  133. }
  134. },
  135. {
  136. "path" : "pages/guide/guide/guide",
  137. "style" : {
  138. "navigationBarBackgroundColor": "#FFFFFF",
  139. "navigationBarTitleText": "办事指引",
  140. "enablePullDownRefresh": false,
  141. "app-plus": {
  142. "titleNView": false
  143. }
  144. }
  145. },
  146. {
  147. "path" : "pages/guide/guideDetail/guideDetail",
  148. "style" : {
  149. "navigationBarBackgroundColor": "#FFFFFF",
  150. "navigationBarTitleText": "指引详情",
  151. "enablePullDownRefresh": false,
  152. "app-plus": {
  153. "titleNView": false
  154. }
  155. }
  156. },
  157. {
  158. "path" : "pages/certificateDetail/certificateDetail",
  159. "style" :
  160. {
  161. "navigationBarTitleText" : "",
  162. "enablePullDownRefresh": false,
  163. "app-plus": {
  164. "titleNView": false
  165. }
  166. }
  167. },
  168. {
  169. "path" : "pages/order/order",
  170. "style" :
  171. {
  172. "navigationBarTitleText" : "我的订单",
  173. "enablePullDownRefresh": false,
  174. "app-plus": {
  175. "titleNView": false
  176. }
  177. }
  178. },
  179. {
  180. "path" : "pages/InvoiceApplication/InvoiceApplication",
  181. "style" :
  182. {
  183. "navigationBarTitleText" : "发票申请",
  184. "enablePullDownRefresh": false,
  185. "app-plus": {
  186. "titleNView": false
  187. }
  188. }
  189. },
  190. {
  191. "path" : "pages/applyForBilling/applyForBilling",
  192. "style" :
  193. {
  194. "navigationBarTitleText" : "申请开票",
  195. "enablePullDownRefresh": false,
  196. "app-plus": {
  197. "titleNView": false
  198. }
  199. }
  200. },
  201. {
  202. "path" : "pages/invoiceResult/invoiceResult",
  203. "style" :
  204. {
  205. "navigationBarTitleText" : "已提交开票申请",
  206. "enablePullDownRefresh": false,
  207. "app-plus": {
  208. "titleNView": false
  209. }
  210. }
  211. },
  212. {
  213. "path" : "pages/invoiceDetail/invoiceDetail",
  214. "style" :
  215. {
  216. "navigationBarTitleText" : "发票详情",
  217. "enablePullDownRefresh": false,
  218. "app-plus": {
  219. "titleNView": false
  220. }
  221. }
  222. },
  223. {
  224. "path" : "pages/goOnEdu/index",
  225. "style" : {
  226. "navigationBarBackgroundColor": "#FFFFFF",
  227. "navigationBarTitleText": "行业培训",
  228. "enablePullDownRefresh": false,
  229. "app-plus": {
  230. "titleNView": false
  231. }
  232. }
  233. },
  234. {
  235. "path" : "pages/researchReport/reportHome/reportHome",
  236. "style" : {
  237. "navigationBarBackgroundColor": "#FFFFFF",
  238. "navigationBarTitleText": "研究报告",
  239. "enablePullDownRefresh": false,
  240. "app-plus": {
  241. "titleNView": false
  242. }
  243. }
  244. },
  245. {
  246. "path" : "pages/goOnEdu/course/index",
  247. "style" : {
  248. "navigationBarBackgroundColor": "#FFFFFF",
  249. "navigationBarTitleText": "培训课程",
  250. "enablePullDownRefresh": false,
  251. "app-plus": {
  252. "titleNView": false
  253. }
  254. }
  255. },
  256. {
  257. "path" : "pages/collect/collect",
  258. "style" :
  259. {
  260. "navigationBarTitleText" : "我的收藏",
  261. "enablePullDownRefresh": false,
  262. "app-plus": {
  263. "titleNView": false
  264. }
  265. }
  266. }
  267. ],
  268. "globalStyle": {
  269. "navigationBarTextStyle": "black",
  270. "navigationBarTitleText": "uni-app",
  271. "navigationBarBackgroundColor": "#F8F8F8",
  272. "backgroundColor": "#F7F7F7"
  273. },
  274. "tabBar": {
  275. "selectedColor": "#0069f6",
  276. "list": [
  277. {
  278. "pagePath": "pages/index/index",
  279. "text": "主页",
  280. "iconPath": "static/tabbar-icon/home.png",
  281. "selectedIconPath": "static/tabbar-icon/home-fill.png"
  282. },
  283. {
  284. "pagePath": "pages/chat/chat",
  285. "text": "消息",
  286. "iconPath": "static/tabbar-icon/comment.png",
  287. "selectedIconPath": "static/tabbar-icon/comment-filling.png"
  288. },
  289. {
  290. "pagePath": "pages/personalCenter/personalCenter",
  291. "text": "我的",
  292. "iconPath": "static/tabbar-icon/user-line.png",
  293. "selectedIconPath": "static/tabbar-icon/user-s.png"
  294. }
  295. ]
  296. },
  297. "uniIdRouter": {}
  298. }