pages.json 5.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286
  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": "science",
  139. "style": {
  140. "navigationBarTitleText": "科普创作",
  141. "app-plus": {
  142. "titleNView": false
  143. }
  144. }
  145. },
  146. {
  147. "path": "xlTask",
  148. "style": {
  149. "navigationBarTitleText": "XL任务",
  150. "app-plus": {
  151. "titleNView": false
  152. }
  153. }
  154. },
  155. {
  156. // 任务详情
  157. "path": "taskDetail",
  158. "style": {
  159. "navigationStyle": "custom",
  160. "app-plus": {
  161. "titleNView": false
  162. }
  163. }
  164. },
  165. {
  166. //填写任务
  167. "path": "fillTask",
  168. "style": {
  169. "navigationBarTitleText": "编辑任务",
  170. "app-plus": {
  171. "titleNView": false
  172. }
  173. }
  174. },
  175. {
  176. //选择客户
  177. "path": "editSelectCustomer",
  178. "style": {
  179. "navigationBarTitleText": "编辑任务",
  180. "app-plus": {
  181. "titleNView": false
  182. }
  183. }
  184. },
  185. {
  186. //审批中心
  187. "path": "approvalCenter",
  188. "style": {
  189. "navigationBarTitleText": "审批中心",
  190. "app-plus": {
  191. "titleNView": false
  192. }
  193. }
  194. },
  195. {
  196. // 审批中心-任务详情
  197. "path": "approvalTaskDetail",
  198. "style": {
  199. "navigationStyle": "custom",
  200. "app-plus": {
  201. "titleNView": false
  202. }
  203. }
  204. }
  205. ]
  206. },
  207. {
  208. "root": "pages_user",
  209. "pages": [
  210. {
  211. "path": "userInfo",
  212. "style": {
  213. "navigationBarTitleText": "个人信息"
  214. }
  215. }
  216. ]
  217. },
  218. {
  219. // 讲者邀请
  220. "root": "pages_speaker",
  221. "pages": [
  222. {
  223. "path": "speakerInvitation",
  224. "style": {
  225. "navigationStyle": "custom",
  226. "app-plus": {
  227. "titleNView": false
  228. }
  229. }
  230. }, {
  231. // lecturerDetail 讲师信息
  232. "path": "lecturerDetail",
  233. "style": {
  234. "navigationStyle": "custom",
  235. "app-plus": {
  236. "titleNView": false
  237. }
  238. }
  239. },
  240. {
  241. "path": "index",
  242. "style": {
  243. "navigationBarTitleText": "讲者管理"
  244. }
  245. },
  246. {
  247. "path": "gradeApplication",
  248. "style": {
  249. "navigationBarTitleText": "定级材料"
  250. }
  251. }
  252. ]
  253. }
  254. ],
  255. "globalStyle": {
  256. "navigationBarTextStyle": "black",
  257. "navigationBarTitleText": "企业端",
  258. "navigationBarBackgroundColor": "#FFFFFF",
  259. "backgroundColor": "#FFFFFF"
  260. },
  261. "tabBar": {
  262. "color": "#999999",
  263. "selectedColor": "#333333",
  264. "borderStyle": "white",
  265. "backgroundColor": "#ffffff",
  266. "height": "64px",
  267. "fontSize": "12px",
  268. "iconWidth": "18px",
  269. "spacing": "4px",
  270. "list": [
  271. {
  272. "pagePath": "pages/home/index",
  273. "iconPath": "/static/tabbar/icon_home.png",
  274. "selectedIconPath": "/static/tabbar/icon_sel_home.png",
  275. "text": "首页"
  276. },
  277. {
  278. "pagePath": "pages/user/index",
  279. "iconPath": "/static/tabbar/icon_me.png",
  280. "selectedIconPath": "/static/tabbar/icon_sel_me.png",
  281. "text": "我的"
  282. }
  283. ]
  284. }
  285. }