pages.json 5.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191
  1. {
  2. "easycom": {
  3. "^u-(.*)": "uview-ui/components/u-$1/u-$1.vue"
  4. },
  5. "pages": [{
  6. "path": "pages/login/index",
  7. "style": {
  8. "navigationStyle": "custom"
  9. },
  10. "tit": "登录"
  11. },
  12. {
  13. "path": "pages/home/index",
  14. "style": {
  15. "navigationStyle": "custom"
  16. },
  17. "tit": "首页"
  18. },
  19. {
  20. "path": "pages/contract/index",
  21. "style": {
  22. "navigationStyle": "custom"
  23. },
  24. "tit": "合同管理"
  25. },
  26. {
  27. "path": "pages/contract/detail",
  28. "style": {
  29. "navigationStyle": "custom"
  30. },
  31. "tit": "合同详情"
  32. },
  33. {
  34. "path": "pages/contract/invoice",
  35. "style": {
  36. "navigationStyle": "custom"
  37. },
  38. "tit": "新建发票"
  39. },
  40. {
  41. "path": "pages/contract/collection",
  42. "style": {
  43. "navigationStyle": "custom"
  44. },
  45. "tit": "新建回款"
  46. },
  47. {
  48. "path": "pages/project/index",
  49. "style": {
  50. "navigationStyle": "custom"
  51. },
  52. "tit": "项目管理首页"
  53. },
  54. {
  55. "path": "pages/project/transfer",
  56. "style": {
  57. "navigationStyle": "custom"
  58. },
  59. "tit": "转移项目"
  60. },
  61. {
  62. "path": "pages/project/details",
  63. "style": {
  64. "navigationStyle": "custom"
  65. },
  66. "tit": "项目详情"
  67. },
  68. {
  69. "path": "pages/customer/details",
  70. "style": {
  71. "navigationStyle": "custom"
  72. },
  73. "tit": "客户详情"
  74. },
  75. {
  76. "path": "pages/customer/index",
  77. "style": {
  78. "navigationStyle": "custom"
  79. },
  80. "tit": "储备客户"
  81. },
  82. {
  83. "path": "pages/openSeaCustomer/index",
  84. "style": {
  85. "navigationStyle": "custom"
  86. },
  87. "tit": "公海客户"
  88. },
  89. {
  90. "path": "pages/publicPages/follow",
  91. "style": {
  92. "navigationStyle": "custom"
  93. },
  94. "tit": "填写跟进"
  95. },
  96. {
  97. "path": "pages/customer/transfer",
  98. "style": {
  99. "navigationStyle": "custom"
  100. },
  101. "tit": "转移客户"
  102. },
  103. {
  104. "path": "pages/customer/add",
  105. "style": {
  106. "navigationStyle": "custom"
  107. },
  108. "tit": "客户添加"
  109. },
  110. {
  111. "path": "pages/project/create",
  112. "style": {
  113. "navigationStyle": "custom"
  114. },
  115. "tit": "创建项目"
  116. },
  117. {
  118. "path": "pages/project/downgrade",
  119. "style": {
  120. "navigationStyle": "custom"
  121. },
  122. "tit": "项目降级"
  123. },
  124. {
  125. "path": "pages/project/upgrade",
  126. "style": {
  127. "navigationStyle": "custom"
  128. },
  129. "tit": "项目升级"
  130. },
  131. {
  132. "path": "pages/message/index",
  133. "style": {
  134. "navigationStyle": "custom"
  135. },
  136. "tit": "信息"
  137. },
  138. {
  139. "path": "pages/my/index",
  140. "style": {
  141. "navigationStyle": "custom"
  142. },
  143. "tit": "我的"
  144. },
  145. {
  146. "path": "pages/schedule/index",
  147. "style": {
  148. "navigationStyle": "custom"
  149. },
  150. "tit": "日程"
  151. }
  152. ],
  153. "tabBar": {
  154. "color": "#7A7E83",
  155. "selectedColor": "#3E7EF8",
  156. "borderStyle": "black",
  157. "backgroundColor": "#ffffff",
  158. "list": [{
  159. "pagePath": "pages/home/index",
  160. "iconPath": "static/images/tabBar/home.png",
  161. "selectedIconPath": "static/images/tabBar/home-active.png",
  162. "text": "首页"
  163. },
  164. {
  165. "pagePath": "pages/schedule/index",
  166. "iconPath": "static/images/tabBar/schedule.png",
  167. "selectedIconPath": "static/images/tabBar/schedule-active.png",
  168. "text": "日程"
  169. },
  170. {
  171. "pagePath": "pages/message/index",
  172. "iconPath": "static/images/tabBar/message.png",
  173. "selectedIconPath": "static/images/tabBar/message-active.png",
  174. "text": "消息"
  175. },
  176. {
  177. "pagePath": "pages/my/index",
  178. "iconPath": "static/images/tabBar/my.png",
  179. "selectedIconPath": "static/images/tabBar/my-active.png",
  180. "text": "我的"
  181. }
  182. ]
  183. },
  184. "globalStyle": {
  185. "navigationBarTextStyle": "black",
  186. "navigationBarTitleText": "oms",
  187. "navigationBarBackgroundColor": "#F8F8F8",
  188. "backgroundColor": "#F8F8F8"
  189. },
  190. "uniIdRouter": {}
  191. }