pages.json 6.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265
  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/news/index",
  19. "style": {
  20. "navigationStyle": "custom"
  21. }
  22. },
  23. {
  24. "path": "pages/mine/index",
  25. "style": {
  26. "navigationStyle": "custom"
  27. }
  28. },
  29. {
  30. "path": "pages/login/index",
  31. "style": {
  32. "navigationStyle": "custom"
  33. }
  34. },
  35. {
  36. "path": "pages/reset-password/index",
  37. "style": {
  38. "navigationStyle": "custom"
  39. }
  40. }
  41. ],
  42. "subPackages": [
  43. {
  44. "root": "pages-common",
  45. "pages": [
  46. {
  47. "path": "signature/index",
  48. "style": {
  49. "navigationBarTitleText": "签名",
  50. "navigationStyle": "default"
  51. }
  52. }
  53. ]
  54. },
  55. {
  56. "root": "pages-mine",
  57. "pages": [
  58. {
  59. "path": "personal-card/index",
  60. "style": {
  61. "navigationBarTitleText": "个人名片",
  62. "navigationStyle": "default"
  63. }
  64. },
  65. {
  66. "path": "points-rule/index",
  67. "style": {
  68. "navigationBarTitleText": "积分规则",
  69. "navigationStyle": "default"
  70. }
  71. },
  72. {
  73. "path": "feedback/index",
  74. "style": {
  75. "navigationBarTitleText": "意见反馈",
  76. "navigationStyle": "default"
  77. }
  78. },
  79. {
  80. "path": "notification/index",
  81. "style": {
  82. "navigationBarTitleText": "消息通知",
  83. "navigationStyle": "default"
  84. }
  85. },
  86. {
  87. "path": "notification/detail",
  88. "style": {
  89. "navigationBarTitleText": "消息通知详情",
  90. "navigationStyle": "default"
  91. }
  92. },
  93. {
  94. "path": "compliance-education/index",
  95. "style": {
  96. "navigationBarTitleText": "合规教育",
  97. "navigationStyle": "default"
  98. }
  99. },
  100. {
  101. "path": "compliance-education/detail",
  102. "style": {
  103. "navigationBarTitleText": "合规教育",
  104. "navigationStyle": "default"
  105. }
  106. },
  107. {
  108. "path": "compliance-evaluation/index",
  109. "style": {
  110. "navigationBarTitleText": "合规评测",
  111. "navigationStyle": "default"
  112. }
  113. },
  114. {
  115. "path": "compliance-evaluation/ability-test",
  116. "style": {
  117. "navigationBarTitleText": "能力测试",
  118. "navigationStyle": "default"
  119. }
  120. },
  121. {
  122. "path": "agreement/index",
  123. "style": {
  124. "navigationBarTitleText": "政策协议",
  125. "navigationStyle": "default"
  126. }
  127. },
  128. {
  129. "path": "agreement/integrity-commitment",
  130. "style": {
  131. "navigationBarTitleText": "廉洁承诺书",
  132. "navigationStyle": "default"
  133. }
  134. },
  135. {
  136. "path": "agreement/integrity-commitment-v2",
  137. "style": {
  138. "navigationBarTitleText": "廉洁承诺书2.0",
  139. "navigationStyle": "default"
  140. }
  141. },
  142. {
  143. "path": "agreement/platform-user-agreement",
  144. "style": {
  145. "navigationBarTitleText": "要易云平台用户协议",
  146. "navigationStyle": "default"
  147. }
  148. },
  149. {
  150. "path": "agreement/privacy-policy",
  151. "style": {
  152. "navigationBarTitleText": "隐私权政策",
  153. "navigationStyle": "default"
  154. }
  155. },
  156. {
  157. "path": "agreement/personal-info-authorization",
  158. "style": {
  159. "navigationBarTitleText": "个人信息使用授权书",
  160. "navigationStyle": "default"
  161. }
  162. }
  163. ]
  164. },
  165. {
  166. "root": "pages-task",
  167. "pages": [
  168. {
  169. "path": "task-entry-page/index",
  170. "style": {
  171. "navigationBarTitleText": "任务录入",
  172. "navigationStyle": "default"
  173. }
  174. },
  175. {
  176. "path": "task-package/list",
  177. "style": {
  178. "navigationBarTitleText": "领取任务包",
  179. "navigationStyle": "default"
  180. }
  181. },
  182. {
  183. "path": "task-package/detail",
  184. "style": {
  185. "navigationBarTitleText": "积分包详情",
  186. "navigationStyle": "default"
  187. }
  188. },
  189. {
  190. "path": "points-package-record/index",
  191. "style": {
  192. "navigationBarTitleText": "我的积分包记录",
  193. "navigationStyle": "default"
  194. }
  195. },
  196. {
  197. "path": "completed-record/index",
  198. "style": {
  199. "navigationBarTitleText": "任务完成记录",
  200. "navigationStyle": "default"
  201. }
  202. }
  203. ]
  204. },
  205. {
  206. "root": "pages-auth",
  207. "pages": [
  208. {
  209. "path": "certification-service/index",
  210. "style": {
  211. "navigationBarTitleText": "认证服务",
  212. "navigationStyle": "default"
  213. }
  214. },
  215. {
  216. "path": "identity/index",
  217. "style": {
  218. "navigationBarTitleText": "身份认证",
  219. "navigationStyle": "default"
  220. }
  221. },
  222. {
  223. "path": "face/index",
  224. "style": {
  225. "navigationBarTitleText": "个人人人脸活体认证",
  226. "navigationStyle": "default"
  227. }
  228. }
  229. ]
  230. }
  231. ],
  232. "globalStyle": {
  233. "navigationBarTextStyle": "black",
  234. "navigationBarTitleText": "uni-app",
  235. "navigationBarBackgroundColor": "#F8F8F8",
  236. "backgroundColor": "#F8F8F8"
  237. },
  238. "tabBar": {
  239. "color": "#B5B5B5",
  240. "selectedColor": "#3fa3f1",
  241. "borderStyle": "black",
  242. "backgroundColor": "#ffffff",
  243. "list": [
  244. {
  245. "pagePath": "pages/index/index",
  246. "iconPath": "static/images/tabbar/work.png",
  247. "selectedIconPath": "static/images/tabbar/workAct.png",
  248. "text": "工作台"
  249. },
  250. {
  251. "pagePath": "pages/news/index",
  252. "iconPath": "static/images/tabbar/news.png",
  253. "selectedIconPath": "static/images/tabbar/newsAct.png",
  254. "text": "资讯"
  255. },
  256. {
  257. "pagePath": "pages/mine/index",
  258. "iconPath": "static/images/tabbar/mine.png",
  259. "selectedIconPath": "static/images/tabbar/mineAct.png",
  260. "text": "我的"
  261. }
  262. ]
  263. }
  264. }