pages.json 7.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311
  1. {
  2. "easycom": {
  3. "autoscan": true,
  4. "custom": {
  5. // uni-ui 规则如下配置
  6. "^uni-(.*)": "@dcloudio/uni-ui/lib/uni-$1/uni-$1.vue"
  7. }
  8. },
  9. "pages": [
  10. //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
  11. {
  12. "path": "pages/index/index",
  13. "style": {
  14. "navigationStyle": "custom"
  15. }
  16. },
  17. {
  18. "path": "pages/information/index",
  19. "style": {
  20. "navigationBarTitleText": "资讯",
  21. "enablePullDownRefresh": true,
  22. "onReachBottomDistance": 80,
  23. "navigationStyle": "default"
  24. }
  25. },
  26. {
  27. "path": "pages/mine/index",
  28. "style": {
  29. "navigationStyle": "custom"
  30. }
  31. },
  32. {
  33. "path": "pages/login/index",
  34. "style": {
  35. "navigationStyle": "custom"
  36. }
  37. },
  38. {
  39. "path": "pages/reset-password/index",
  40. "style": {
  41. "navigationStyle": "custom"
  42. }
  43. }
  44. ],
  45. "subPackages": [
  46. {
  47. "root": "pages-common",
  48. "pages": [
  49. {
  50. "path": "signature/index",
  51. "style": {
  52. "navigationBarTitleText": "签名",
  53. "navigationStyle": "default"
  54. }
  55. },
  56. {
  57. "path": "web-view/index",
  58. "style": {
  59. "navigationBarTitleText": "web",
  60. "navigationStyle": "default"
  61. }
  62. },
  63. {
  64. "path": "banner-detail/index",
  65. "style": {
  66. "navigationBarTitleText": "详情",
  67. "navigationStyle": "default"
  68. }
  69. }
  70. ]
  71. },
  72. {
  73. "root": "pages-mine",
  74. "pages": [
  75. {
  76. "path": "personal-card/index",
  77. "style": {
  78. "navigationBarTitleText": "个人名片",
  79. "navigationStyle": "default"
  80. }
  81. },
  82. {
  83. "path": "points-rule/index",
  84. "style": {
  85. "navigationBarTitleText": "积分规则",
  86. "navigationStyle": "default"
  87. }
  88. },
  89. {
  90. "path": "feedback/index",
  91. "style": {
  92. "navigationBarTitleText": "意见反馈",
  93. "navigationStyle": "default"
  94. }
  95. },
  96. {
  97. "path": "notification/index",
  98. "style": {
  99. "navigationBarTitleText": "消息通知",
  100. "navigationStyle": "default"
  101. }
  102. },
  103. {
  104. "path": "notification/detail",
  105. "style": {
  106. "navigationBarTitleText": "消息通知详情",
  107. "navigationStyle": "default"
  108. }
  109. },
  110. {
  111. "path": "compliance-education/index",
  112. "style": {
  113. "navigationBarTitleText": "合规教育",
  114. "navigationStyle": "default"
  115. }
  116. },
  117. {
  118. "path": "compliance-education/detail",
  119. "style": {
  120. "navigationBarTitleText": "合规教育",
  121. "navigationStyle": "default"
  122. }
  123. },
  124. {
  125. "path": "compliance-evaluation/index",
  126. "style": {
  127. "navigationBarTitleText": "合规评测",
  128. "navigationStyle": "default"
  129. }
  130. },
  131. {
  132. "path": "compliance-evaluation/ability-test",
  133. "style": {
  134. "navigationBarTitleText": "能力测试",
  135. "navigationStyle": "default"
  136. }
  137. },
  138. {
  139. "path": "agreement/index",
  140. "style": {
  141. "navigationBarTitleText": "政策协议",
  142. "navigationStyle": "default"
  143. }
  144. },
  145. {
  146. "path": "agreement/integrity-commitment",
  147. "style": {
  148. "navigationBarTitleText": "廉洁承诺书",
  149. "navigationStyle": "default"
  150. }
  151. },
  152. {
  153. "path": "agreement/integrity-commitment-v2",
  154. "style": {
  155. "navigationBarTitleText": "廉洁承诺书2.0",
  156. "navigationStyle": "default"
  157. }
  158. },
  159. {
  160. "path": "agreement/platform-user-agreement",
  161. "style": {
  162. "navigationBarTitleText": "要易云平台用户协议",
  163. "navigationStyle": "default"
  164. }
  165. },
  166. {
  167. "path": "agreement/privacy-policy",
  168. "style": {
  169. "navigationBarTitleText": "隐私权政策",
  170. "navigationStyle": "default"
  171. }
  172. },
  173. {
  174. "path": "agreement/personal-info-authorization",
  175. "style": {
  176. "navigationBarTitleText": "个人信息使用授权书",
  177. "navigationStyle": "default"
  178. }
  179. }
  180. ]
  181. },
  182. {
  183. "root": "pages-task",
  184. "pages": [
  185. {
  186. "path": "task-entry-page/index",
  187. "style": {
  188. "navigationBarTitleText": "任务录入",
  189. "navigationStyle": "default"
  190. }
  191. },
  192. {
  193. "path": "task-package/list",
  194. "style": {
  195. "navigationBarTitleText": "领取任务包",
  196. "navigationStyle": "default"
  197. }
  198. },
  199. {
  200. "path": "task-package/detail",
  201. "style": {
  202. "navigationBarTitleText": "积分包详情",
  203. "navigationStyle": "default"
  204. }
  205. },
  206. {
  207. "path": "points-package-record/index",
  208. "style": {
  209. "navigationBarTitleText": "我的积分包记录",
  210. "navigationStyle": "default"
  211. }
  212. },
  213. {
  214. "path": "completed-record/index",
  215. "style": {
  216. "navigationBarTitleText": "任务完成记录",
  217. "navigationStyle": "default"
  218. }
  219. }
  220. ]
  221. },
  222. {
  223. "root": "pages-auth",
  224. "pages": [
  225. {
  226. "path": "certification-service/index",
  227. "style": {
  228. "navigationBarTitleText": "认证服务",
  229. "navigationStyle": "default"
  230. }
  231. },
  232. {
  233. "path": "identity/index",
  234. "style": {
  235. "navigationBarTitleText": "身份认证",
  236. "navigationStyle": "default"
  237. }
  238. },
  239. {
  240. "path": "face/index",
  241. "style": {
  242. "navigationBarTitleText": "个人人人脸活体认证",
  243. "navigationStyle": "default"
  244. }
  245. },
  246. {
  247. "path": "bank/index",
  248. "style": {
  249. "navigationBarTitleText": "银行卡认证",
  250. "navigationStyle": "default"
  251. }
  252. },
  253. {
  254. "path": "settlement-channel-sign/index",
  255. "style": {
  256. "navigationBarTitleText": "签约结算渠道",
  257. "navigationStyle": "default"
  258. }
  259. },
  260. {
  261. "path": "fesco/index",
  262. "style": {
  263. "navigationBarTitleText": "fesco认证流程",
  264. "navigationStyle": "default"
  265. }
  266. },
  267. {
  268. "path": "web-view/index",
  269. "style": {
  270. "navigationBarTitleText": "认证",
  271. "navigationStyle": "default"
  272. }
  273. }
  274. ]
  275. }
  276. ],
  277. "globalStyle": {
  278. "navigationBarTextStyle": "black",
  279. "navigationBarTitleText": "uni-app",
  280. "navigationBarBackgroundColor": "#F8F8F8",
  281. "backgroundColor": "#F8F8F8"
  282. },
  283. "tabBar": {
  284. "color": "#B5B5B5",
  285. "selectedColor": "#3fa3f1",
  286. "borderStyle": "black",
  287. "backgroundColor": "#ffffff",
  288. "list": [
  289. {
  290. "pagePath": "pages/index/index",
  291. "iconPath": "static/images/tabbar/work.png",
  292. "selectedIconPath": "static/images/tabbar/workAct.png",
  293. "text": "工作台"
  294. },
  295. {
  296. "pagePath": "pages/information/index",
  297. "iconPath": "static/images/tabbar/news.png",
  298. "selectedIconPath": "static/images/tabbar/newsAct.png",
  299. "text": "资讯"
  300. },
  301. {
  302. "pagePath": "pages/mine/index",
  303. "iconPath": "static/images/tabbar/mine.png",
  304. "selectedIconPath": "static/images/tabbar/mineAct.png",
  305. "text": "我的"
  306. }
  307. ]
  308. }
  309. }