pages.json 4.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175
  1. {
  2. "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
  3. {
  4. "path": "pages/index/index",
  5. "style": {
  6. "navigationBarTitleText": "待办",
  7. "enablePullDownRefresh": true
  8. }
  9. },
  10. {
  11. "path": "pages/workbench/index",
  12. "style": {
  13. "navigationBarTitleText": "工作台"
  14. }
  15. },
  16. {
  17. "path": "pages/mine/index",
  18. "style": {
  19. "navigationBarTitleText": "我的"
  20. }
  21. }, {
  22. "path": "pages/login/login"
  23. }
  24. ],
  25. "subPackages": [{
  26. "root": "pages-todomessages", // 待办消息列表包
  27. "pages": [{
  28. "path": "list/list",// 参数:type类型: 客户(custome)、合同(contract)、用印(seal)
  29. "style":{
  30. "enablePullDownRefresh":true
  31. }
  32. }]
  33. },
  34. {
  35. "root": "pages-approve", //审批模块分包
  36. "pages": [
  37. {
  38. "path": "search/index" //审批模块搜索 参数 type类型: 客户(custome)、合同(contract)、用印(seal)
  39. },
  40. {
  41. "path":"search/result", //搜索结果 参数 type类型: 客户(custome)、合同(contract)、用印(seal) val 搜索关键字
  42. "style":{
  43. "navigationBarTitleText":"搜索结果"
  44. }
  45. },
  46. {
  47. "path": "custome/list",
  48. "style": {
  49. "navigationBarTitleText": "客户审批",
  50. "enablePullDownRefresh":true
  51. }
  52. },
  53. {
  54. "path": "custome/detail",// 参数id:审批单id
  55. "style": {
  56. "enablePullDownRefresh": true,
  57. "navigationBarTitleText": "客户审批"
  58. }
  59. },
  60. {
  61. "path":"custome/reason",// 参数CompanyApprovalId(审批单id)、CompanyContractId(合同id)、CompanyId(客户id)
  62. "style":{
  63. "navigationBarTitleText":"驳回理由"
  64. }
  65. },
  66. {
  67. "path": "contract/list",
  68. "style": {
  69. "navigationBarTitleText": "合同审批",
  70. "enablePullDownRefresh":true
  71. }
  72. },
  73. {
  74. "path":"contract/detail",//
  75. "style":{
  76. "navigationBarTitleText": "合同审批",
  77. "enablePullDownRefresh":true
  78. }
  79. },
  80. {
  81. "path":"contract/reason",// 参数ApprovalId(审批单id)
  82. "style":{
  83. "navigationBarTitleText":"驳回理由"
  84. }
  85. },
  86. {
  87. "path":"contract/search",// 参数 val 搜索关键字
  88. "style":{
  89. "navigationBarTitleText":"搜索结果"
  90. }
  91. },
  92. {
  93. "path" : "seal/list",
  94. "style" :{
  95. "navigationBarTitleText": "用印审批",
  96. "enablePullDownRefresh": true
  97. }
  98. },
  99. {
  100. "path":"seal/detail",
  101. "style":{
  102. "navigationBarTitleText":"用印审批",
  103. "enablePullDownRefresh":true
  104. }
  105. },
  106. {
  107. "path":"seal/edit",
  108. "style":{
  109. "navigationBarTitleText":"用印编辑",
  110. "enablePullDownRefresh":true
  111. }
  112. },
  113. {
  114. "path":"seal/addSeal",
  115. "style":{
  116. "navigationBarTitleText":"用印申请"
  117. }
  118. },
  119. {
  120. "path":"seal/reason",
  121. "style":{
  122. "navigationBarTitleText":"驳回理由"
  123. }
  124. }
  125. ]
  126. }
  127. ],
  128. "globalStyle": {
  129. "navigationBarTextStyle": "black",
  130. "navigationBarTitleText": "弘则移动CRM",
  131. "navigationBarBackgroundColor": "#FFFFFF",
  132. "usingComponents": {
  133. "van-button": "/wxcomponents/vant/button/index",
  134. "van-toast": "/wxcomponents/vant/toast/index",
  135. "van-popup": "/wxcomponents/vant/popup/index",
  136. "van-tag": "/wxcomponents/vant/tag/index",
  137. "van-search": "/wxcomponents/vant/search/index",
  138. "van-tab": "/wxcomponents/vant/tab/index",
  139. "van-tabs": "/wxcomponents/vant/tabs/index",
  140. "van-sticky": "/wxcomponents/vant/sticky/index",
  141. "van-field": "/wxcomponents/vant/field/index",
  142. "van-dialog": "/wxcomponents/vant/dialog/index",
  143. "van-empty": "/wxcomponents/vant/empty/index",
  144. "van-picker": "/wxcomponents/vant/picker/index",
  145. "van-radio": "/wxcomponents/vant/radio/index",
  146. "van-radio-group": "/wxcomponents/vant/radio-group/index"
  147. }
  148. },
  149. "tabBar": {
  150. "color":"#333333",
  151. "selectedColor":"#3385FF",
  152. "list": [{
  153. "pagePath": "pages/index/index",
  154. "text": "消息",
  155. "iconPath":"static/tabbar-icon-index.png",
  156. "selectedIconPath":"static/tabbar-icon-index-s.png"
  157. },
  158. {
  159. "pagePath": "pages/workbench/index",
  160. "text": "工作台",
  161. "iconPath":"static/tabbar-icon-workbench.png",
  162. "selectedIconPath":"static/tabbar-icon-workbench-s.png"
  163. },
  164. {
  165. "pagePath": "pages/mine/index",
  166. "text": "我的",
  167. "iconPath":"static/tabbar-icon-mine.png",
  168. "selectedIconPath":"static/tabbar-icon-mine-s.png"
  169. }
  170. ]
  171. },
  172. "easycom": {
  173. "autoscan": true
  174. }
  175. }