pages.json 5.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294
  1. {
  2. "easycom": {
  3. "^u-(.*)": "uview-ui/components/u-$1/u-$1.vue"
  4. },
  5. "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
  6. {
  7. "path": "pages/common/launch"
  8. },
  9. {
  10. "path": "pages/auth/login",
  11. "style": {
  12. "navigationBarTitleText": "授权登录",
  13. "navigationStyle": "custom"
  14. }
  15. },
  16. {
  17. "path": "pages/auth/wxLogin",
  18. "style": {
  19. "navigationBarTitleText": "公众号授权",
  20. "navigationStyle": "custom"
  21. }
  22. },
  23. {
  24. "path": "pages/home/index",
  25. "style": {
  26. "navigationBarTitleText": "企业端",
  27. "enablePullDownRefresh": false,
  28. "navigationStyle": "custom",
  29. "app-plus": {
  30. "titleNView": false
  31. }
  32. }
  33. },
  34. {
  35. "path": "pages/user/index",
  36. "style": {
  37. "navigationBarTitleText": "我的",
  38. "navigationStyle": "custom",
  39. "app-plus": {
  40. "titleNView": false
  41. }
  42. }
  43. },
  44. {
  45. "path": "pages/auth/changePassword",
  46. "style": {
  47. "navigationBarTitleText": "修改密码"
  48. }
  49. },
  50. {
  51. "path": "pages/auth/forgetPassword",
  52. "style": {
  53. "navigationBarTitleText": "忘记密码"
  54. }
  55. },
  56. {
  57. "path": "pages/auth/setting",
  58. "style": {
  59. "navigationBarTitleText": "设置中心"
  60. }
  61. }
  62. ],
  63. "subPackages": [
  64. {
  65. "root": "pages_task",
  66. "pages": [
  67. {
  68. // 填写任务
  69. "path": "createTask",
  70. "style": {
  71. "navigationBarTitleText": "创建任务",
  72. "app-plus": {
  73. "titleNView": false
  74. }
  75. }
  76. },
  77. {
  78. // 选择客户
  79. "path": "selectCustomer",
  80. "style": {
  81. "navigationBarTitleText": "创建任务",
  82. "app-plus": {
  83. "titleNView": false
  84. }
  85. }
  86. },
  87. {
  88. // 积分设置
  89. "path": "pointsSettings",
  90. "style": {
  91. "navigationBarTitleText": "创建任务",
  92. "app-plus": {
  93. "titleNView": false
  94. }
  95. }
  96. },
  97. {
  98. // 提交成功
  99. "path": "success",
  100. "style": {
  101. "navigationBarTitleText": "创建任务",
  102. "app-plus": {
  103. "titleNView": false
  104. }
  105. }
  106. },
  107. {
  108. "path": "statistics",
  109. "style": {
  110. "navigationBarTitleText": "数据统计",
  111. "enablePullDownRefresh": false,
  112. "navigationBarBackgroundColor": "#fff",
  113. "navigationBarTextStyle": "black",
  114. "app-plus": {
  115. "titleNView": false
  116. }
  117. }
  118. },
  119. {
  120. "path": "completeTask",
  121. "style": {
  122. "navigationBarTitleText": "完成任务",
  123. "app-plus": {
  124. "titleNView": false
  125. }
  126. }
  127. },
  128. {
  129. "path": "taskCompleteSuccess",
  130. "style": {
  131. "navigationBarTitleText": "完成任务",
  132. "app-plus": {
  133. "titleNView": false
  134. }
  135. }
  136. },
  137. {
  138. "path": "onlineLecture",
  139. "style": {
  140. "navigationBarTitleText": "在线讲座",
  141. "app-plus": {
  142. "titleNView": false
  143. }
  144. }
  145. },
  146. {
  147. "path": "science",
  148. "style": {
  149. "navigationBarTitleText": "科普创作",
  150. "app-plus": {
  151. "titleNView": false
  152. }
  153. }
  154. },
  155. {
  156. "path": "xlTask",
  157. "style": {
  158. "navigationBarTitleText": "XL任务",
  159. "app-plus": {
  160. "titleNView": false
  161. }
  162. }
  163. },
  164. {
  165. // 任务详情
  166. "path": "taskDetail",
  167. "style": {
  168. "navigationStyle": "custom",
  169. "app-plus": {
  170. "titleNView": false
  171. }
  172. }
  173. },
  174. {
  175. //填写任务
  176. "path": "fillTask",
  177. "style": {
  178. "navigationBarTitleText": "编辑任务",
  179. "app-plus": {
  180. "titleNView": false
  181. }
  182. }
  183. },
  184. {
  185. //选择客户
  186. "path": "editSelectCustomer",
  187. "style": {
  188. "navigationBarTitleText": "编辑任务",
  189. "app-plus": {
  190. "titleNView": false
  191. }
  192. }
  193. },
  194. {
  195. //审批中心
  196. "path": "approvalCenter",
  197. "style": {
  198. "navigationBarTitleText": "审批中心",
  199. "app-plus": {
  200. "titleNView": false
  201. }
  202. }
  203. },
  204. {
  205. // 审批中心-任务详情
  206. "path": "approvalTaskDetail",
  207. "style": {
  208. "navigationStyle": "custom",
  209. "app-plus": {
  210. "titleNView": false
  211. }
  212. }
  213. }
  214. ]
  215. },
  216. {
  217. "root": "pages_user",
  218. "pages": [
  219. {
  220. "path": "userInfo",
  221. "style": {
  222. "navigationBarTitleText": "个人信息"
  223. }
  224. }
  225. ]
  226. },
  227. {
  228. // 讲者邀请
  229. "root": "pages_speaker",
  230. "pages": [
  231. {
  232. "path": "speakerInvitation",
  233. "style": {
  234. "navigationStyle": "custom",
  235. "app-plus": {
  236. "titleNView": false
  237. }
  238. }
  239. }, {
  240. // lecturerDetail 讲师信息
  241. "path": "lecturerDetail",
  242. "style": {
  243. "navigationStyle": "custom",
  244. "app-plus": {
  245. "titleNView": false
  246. }
  247. }
  248. },
  249. {
  250. "path": "index",
  251. "style": {
  252. "navigationBarTitleText": "讲者管理"
  253. }
  254. },
  255. {
  256. "path": "gradeApplication",
  257. "style": {
  258. "navigationBarTitleText": "定级材料"
  259. }
  260. }
  261. ]
  262. }
  263. ],
  264. "globalStyle": {
  265. "navigationBarTextStyle": "black",
  266. "navigationBarTitleText": "企业端",
  267. "navigationBarBackgroundColor": "#FFFFFF",
  268. "backgroundColor": "#FFFFFF"
  269. },
  270. "tabBar": {
  271. "color": "#999999",
  272. "selectedColor": "#333333",
  273. "borderStyle": "white",
  274. "backgroundColor": "#ffffff",
  275. "height": "64px",
  276. "fontSize": "12px",
  277. "iconWidth": "18px",
  278. "spacing": "4px",
  279. "list": [
  280. {
  281. "pagePath": "pages/home/index",
  282. "iconPath": "/static/tabbar/icon_home.png",
  283. "selectedIconPath": "/static/tabbar/icon_sel_home.png",
  284. "text": "首页"
  285. },
  286. {
  287. "pagePath": "pages/user/index",
  288. "iconPath": "/static/tabbar/icon_me.png",
  289. "selectedIconPath": "/static/tabbar/icon_sel_me.png",
  290. "text": "我的"
  291. }
  292. ]
  293. }
  294. }