pages.json 8.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328
  1. {
  2. "pages": [
  3. //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
  4. {
  5. "path": "pages/index/index",
  6. "style": {
  7. "navigationBarTitleText": "待办",
  8. "enablePullDownRefresh": true
  9. }
  10. },
  11. {
  12. "path": "pages/workbench/index",
  13. "style": {
  14. "navigationBarTitleText": "工作台"
  15. }
  16. },
  17. {
  18. "path": "pages/mine/index",
  19. "style": {
  20. "navigationBarTitleText": "我的"
  21. }
  22. },
  23. {
  24. "path": "pages/login/login"
  25. }
  26. ],
  27. "subPackages": [
  28. {
  29. "root": "pages-todomessages", // 待办消息列表包
  30. "pages": [
  31. {
  32. "path": "list/list", // 参数:type类型: 客户(custome)、合同(contract)、用印(seal)
  33. "style": {
  34. "enablePullDownRefresh": true
  35. }
  36. }
  37. ]
  38. },
  39. {
  40. "root": "pages-approve", //审批模块分包
  41. "pages": [
  42. {
  43. "path": "search/index" //审批模块搜索 参数 type类型: 客户(custome)、合同(contract)、用印(seal)
  44. },
  45. {
  46. "path": "search/result", //搜索结果 参数 type类型: 客户(custome)、合同(contract)、用印(seal) val 搜索关键字
  47. "style": {
  48. "navigationBarTitleText": "搜索结果"
  49. }
  50. },
  51. {
  52. "path": "custome/list",
  53. "style": {
  54. "navigationBarTitleText": "客户审批",
  55. "enablePullDownRefresh": true
  56. }
  57. },
  58. {
  59. "path": "custome/detail", // 参数id:审批单id
  60. "style": {
  61. "enablePullDownRefresh": true,
  62. "navigationBarTitleText": "客户审批"
  63. }
  64. },
  65. {
  66. "path": "custome/reason", // 参数CompanyApprovalId(审批单id)、CompanyContractId(合同id)、CompanyId(客户id)
  67. "style": {
  68. "navigationBarTitleText": "驳回理由"
  69. }
  70. },
  71. {
  72. "path": "contract/list",
  73. "style": {
  74. "navigationBarTitleText": "合同审批",
  75. "enablePullDownRefresh": true
  76. }
  77. },
  78. {
  79. "path": "contract/detail", //
  80. "style": {
  81. "navigationBarTitleText": "合同审批",
  82. "enablePullDownRefresh": true
  83. }
  84. },
  85. {
  86. "path": "contract/reason", // 参数ApprovalId(审批单id)
  87. "style": {
  88. "navigationBarTitleText": "驳回理由"
  89. }
  90. },
  91. {
  92. "path": "contract/search", // 参数 val 搜索关键字
  93. "style": {
  94. "navigationBarTitleText": "搜索结果"
  95. }
  96. },
  97. {
  98. "path": "seal/list",
  99. "style": {
  100. "navigationBarTitleText": "用印审批",
  101. "enablePullDownRefresh": true
  102. }
  103. },
  104. {
  105. "path": "seal/detail",
  106. "style": {
  107. "navigationBarTitleText": "用印审批",
  108. "enablePullDownRefresh": true
  109. }
  110. },
  111. {
  112. "path": "seal/edit",
  113. "style": {
  114. "navigationBarTitleText": "用印编辑",
  115. "enablePullDownRefresh": true
  116. }
  117. },
  118. {
  119. "path": "seal/addSeal",
  120. "style": {
  121. "navigationBarTitleText": "用印申请"
  122. }
  123. },
  124. {
  125. "path": "seal/reason",
  126. "style": {
  127. "navigationBarTitleText": "驳回理由"
  128. }
  129. },
  130. {
  131. "path": "activity/list",
  132. "style":{
  133. "navigationBarTitleText": "活动审批",
  134. "enablePullDownRefresh": true
  135. }
  136. },
  137. {
  138. "path": "activity/detail",
  139. "style":{
  140. "navigationBarTitleText": "审批详情"
  141. }
  142. },
  143. {
  144. "path": "activity/reason",
  145. "style": {
  146. "navigationBarTitleText": "拒绝理由"
  147. }
  148. },
  149. {
  150. "path": "businessTrip/list",
  151. "style": {
  152. "navigationBarTitleText": "出差审批",
  153. "enablePullDownRefresh": true
  154. }
  155. },
  156. {
  157. "path": "businessTrip/detail",
  158. "style": {
  159. "navigationBarTitleText": "审批详情"
  160. }
  161. },
  162. {
  163. "path": "businessTrip/add",
  164. "style": {
  165. "navigationBarTitleText": "添加申请"
  166. }
  167. },
  168. {
  169. "path": "businessTrip/reason",
  170. "style": {
  171. "navigationBarTitleText": "拒绝理由"
  172. }
  173. },
  174. {
  175. "path": "businessTrip/closeReason",
  176. "style": {
  177. "navigationBarTitleText": "关闭理由"
  178. }
  179. }
  180. ]
  181. },
  182. {
  183. "root": "pages-roadshow",//路演
  184. "pages": [
  185. {
  186. "path": "researcherCalendar/index",
  187. "style": {
  188. "navigationBarTitleText": "研究员日历"
  189. }
  190. },
  191. {
  192. "path": "sellerCalendar/index",
  193. "style": {
  194. "navigationBarTitleText": "销售员日历"
  195. }
  196. },
  197. {
  198. "path": "myCalendar/index",
  199. "style": {
  200. "navigationBarTitleText": "我的日历"
  201. }
  202. },
  203. {
  204. "path": "addActivity/index",
  205. "style": {
  206. "navigationBarTitleText": "添加活动"
  207. }
  208. },
  209. {
  210. "path": "addActivity/byCell",
  211. "style": {
  212. "navigationBarTitleText": "添加活动"
  213. }
  214. },
  215. {
  216. "path": "addActivity/activityEdit",
  217. "style": {
  218. "navigationBarTitleText": "修改"
  219. }
  220. },
  221. {
  222. "path": "addMatter/index",
  223. "style": {
  224. "navigationBarTitleText": "添加事项"
  225. }
  226. }
  227. ]
  228. },
  229. {
  230. "root": "pages-question",//问答社区
  231. "pages": [
  232. {
  233. "path": "detail/index",
  234. "style": {
  235. "navigationBarTitleText": "问答管理",
  236. "enablePullDownRefresh": true
  237. }
  238. }
  239. ]
  240. },
  241. {
  242. "root": "pages-video",//视频社区
  243. "pages": [
  244. {
  245. "path": "comment/list",
  246. "style": {
  247. "navigationBarTitleText": "评论管理",
  248. "enablePullDownRefresh": true
  249. }
  250. }
  251. ]
  252. },
  253. {
  254. "root": "pages-businessTrip",//出差管理
  255. "pages": [
  256. {
  257. "path": "calendar/index",
  258. "style": {
  259. "navigationBarTitleText": "出差日历"
  260. }
  261. },
  262. {
  263. "path": "apply/list",
  264. "style": {
  265. "navigationBarTitleText": "出差申请",
  266. "enablePullDownRefresh": true
  267. }
  268. }
  269. ]
  270. }
  271. ],
  272. "globalStyle": {
  273. "navigationBarTextStyle": "black",
  274. "navigationBarTitleText": "弘则移动CRM",
  275. "navigationBarBackgroundColor": "#FFFFFF",
  276. "usingComponents": {
  277. "van-button": "/wxcomponents/vant/button/index",
  278. "van-toast": "/wxcomponents/vant/toast/index",
  279. "van-popup": "/wxcomponents/vant/popup/index",
  280. "van-tag": "/wxcomponents/vant/tag/index",
  281. "van-search": "/wxcomponents/vant/search/index",
  282. "van-tab": "/wxcomponents/vant/tab/index",
  283. "van-tabs": "/wxcomponents/vant/tabs/index",
  284. "van-sticky": "/wxcomponents/vant/sticky/index",
  285. "van-field": "/wxcomponents/vant/field/index",
  286. "van-dialog": "/wxcomponents/vant/dialog/index",
  287. "van-empty": "/wxcomponents/vant/empty/index",
  288. "van-picker": "/wxcomponents/vant/picker/index",
  289. "van-radio": "/wxcomponents/vant/radio/index",
  290. "van-radio-group": "/wxcomponents/vant/radio-group/index",
  291. "van-checkbox": "/wxcomponents/vant/checkbox/index",
  292. "van-checkbox-group": "/wxcomponents/vant/checkbox-group/index",
  293. "van-datetime-picker": "/wxcomponents/vant/datetime-picker/index",
  294. "van-tree-select": "/wxcomponents/vant/tree-select/index",
  295. "van-icon": "/wxcomponents/vant/icon/index",
  296. "van-area": "/wxcomponents/vant/area/index",
  297. "van-cascader": "/wxcomponents/vant/cascader/index"
  298. }
  299. },
  300. "tabBar": {
  301. "color": "#333333",
  302. "selectedColor": "#3385FF",
  303. "list": [
  304. {
  305. "pagePath": "pages/index/index",
  306. "text": "消息",
  307. "iconPath": "static/tabbar-icon-index.png",
  308. "selectedIconPath": "static/tabbar-icon-index-s.png"
  309. },
  310. {
  311. "pagePath": "pages/workbench/index",
  312. "text": "工作台",
  313. "iconPath": "static/tabbar-icon-workbench.png",
  314. "selectedIconPath": "static/tabbar-icon-workbench-s.png"
  315. },
  316. {
  317. "pagePath": "pages/mine/index",
  318. "text": "我的",
  319. "iconPath": "static/tabbar-icon-mine.png",
  320. "selectedIconPath": "static/tabbar-icon-mine-s.png"
  321. }
  322. ]
  323. },
  324. "easycom": {
  325. "autoscan": true
  326. }
  327. }