pages.json 8.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310
  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. },
  176. {
  177. "root": "pages-roadshow",//路演
  178. "pages": [
  179. {
  180. "path": "researcherCalendar/index",
  181. "style": {
  182. "navigationBarTitleText": "研究员日历"
  183. }
  184. },
  185. {
  186. "path": "myCalendar/index",
  187. "style": {
  188. "navigationBarTitleText": "我的日历"
  189. }
  190. },
  191. {
  192. "path": "addActivity/index",
  193. "style": {
  194. "navigationBarTitleText": "添加活动"
  195. }
  196. },
  197. {
  198. "path": "addActivity/byCell",
  199. "style": {
  200. "navigationBarTitleText": "添加活动"
  201. }
  202. },
  203. {
  204. "path": "addMatter/index",
  205. "style": {
  206. "navigationBarTitleText": "添加事项"
  207. }
  208. }
  209. ]
  210. },
  211. {
  212. "root": "pages-question",//问答社区
  213. "pages": [
  214. {
  215. "path": "detail/index",
  216. "style": {
  217. "navigationBarTitleText": "问答管理",
  218. "enablePullDownRefresh": true
  219. }
  220. }
  221. ]
  222. },
  223. {
  224. "root": "pages-video",//视频社区
  225. "pages": [
  226. {
  227. "path": "comment/list",
  228. "style": {
  229. "navigationBarTitleText": "评论管理",
  230. "enablePullDownRefresh": true
  231. }
  232. }
  233. ]
  234. },
  235. {
  236. "root": "pages-businessTrip",//出差管理
  237. "pages": [
  238. {
  239. "path": "calendar/index",
  240. "style": {
  241. "navigationBarTitleText": "出差日历"
  242. }
  243. },
  244. {
  245. "path": "apply/list",
  246. "style": {
  247. "navigationBarTitleText": "出差申请",
  248. "enablePullDownRefresh": true
  249. }
  250. }
  251. ]
  252. }
  253. ],
  254. "globalStyle": {
  255. "navigationBarTextStyle": "black",
  256. "navigationBarTitleText": "弘则移动CRM",
  257. "navigationBarBackgroundColor": "#FFFFFF",
  258. "usingComponents": {
  259. "van-button": "/wxcomponents/vant/button/index",
  260. "van-toast": "/wxcomponents/vant/toast/index",
  261. "van-popup": "/wxcomponents/vant/popup/index",
  262. "van-tag": "/wxcomponents/vant/tag/index",
  263. "van-search": "/wxcomponents/vant/search/index",
  264. "van-tab": "/wxcomponents/vant/tab/index",
  265. "van-tabs": "/wxcomponents/vant/tabs/index",
  266. "van-sticky": "/wxcomponents/vant/sticky/index",
  267. "van-field": "/wxcomponents/vant/field/index",
  268. "van-dialog": "/wxcomponents/vant/dialog/index",
  269. "van-empty": "/wxcomponents/vant/empty/index",
  270. "van-picker": "/wxcomponents/vant/picker/index",
  271. "van-radio": "/wxcomponents/vant/radio/index",
  272. "van-radio-group": "/wxcomponents/vant/radio-group/index",
  273. "van-checkbox": "/wxcomponents/vant/checkbox/index",
  274. "van-checkbox-group": "/wxcomponents/vant/checkbox-group/index",
  275. "van-datetime-picker": "/wxcomponents/vant/datetime-picker/index",
  276. "van-tree-select": "/wxcomponents/vant/tree-select/index",
  277. "van-icon": "/wxcomponents/vant/icon/index",
  278. "van-area": "/wxcomponents/vant/area/index",
  279. "van-cascader": "/wxcomponents/vant/cascader/index"
  280. }
  281. },
  282. "tabBar": {
  283. "color": "#333333",
  284. "selectedColor": "#3385FF",
  285. "list": [
  286. {
  287. "pagePath": "pages/index/index",
  288. "text": "消息",
  289. "iconPath": "static/tabbar-icon-index.png",
  290. "selectedIconPath": "static/tabbar-icon-index-s.png"
  291. },
  292. {
  293. "pagePath": "pages/workbench/index",
  294. "text": "工作台",
  295. "iconPath": "static/tabbar-icon-workbench.png",
  296. "selectedIconPath": "static/tabbar-icon-workbench-s.png"
  297. },
  298. {
  299. "pagePath": "pages/mine/index",
  300. "text": "我的",
  301. "iconPath": "static/tabbar-icon-mine.png",
  302. "selectedIconPath": "static/tabbar-icon-mine-s.png"
  303. }
  304. ]
  305. },
  306. "easycom": {
  307. "autoscan": true
  308. }
  309. }