pages.json 3.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170
  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/message/index",
  112. "style": {
  113. "navigationStyle": "custom"
  114. },
  115. "tit": "信息"
  116. },
  117. {
  118. "path": "pages/my/index",
  119. "style": {
  120. "navigationStyle": "custom"
  121. },
  122. "tit": "我的"
  123. },
  124. {
  125. "path": "pages/schedule/index",
  126. "style": {
  127. "navigationStyle": "custom"
  128. },
  129. "tit": "日程"
  130. }
  131. ],
  132. "tabBar": {
  133. "color": "#7A7E83",
  134. "selectedColor": "#3E7EF8",
  135. "borderStyle": "black",
  136. "backgroundColor": "#ffffff",
  137. "list": [{
  138. "pagePath": "pages/home/index",
  139. "iconPath": "static/images/tabBar/home.png",
  140. "selectedIconPath": "static/images/tabBar/home-active.png",
  141. "text": "首页"
  142. },
  143. {
  144. "pagePath": "pages/schedule/index",
  145. "iconPath": "static/images/tabBar/schedule.png",
  146. "selectedIconPath": "static/images/tabBar/schedule-active.png",
  147. "text": "日程"
  148. },
  149. {
  150. "pagePath": "pages/message/index",
  151. "iconPath": "static/images/tabBar/message.png",
  152. "selectedIconPath": "static/images/tabBar/message-active.png",
  153. "text": "消息"
  154. },
  155. {
  156. "pagePath": "pages/my/index",
  157. "iconPath": "static/images/tabBar/my.png",
  158. "selectedIconPath": "static/images/tabBar/my-active.png",
  159. "text": "我的"
  160. }
  161. ]
  162. },
  163. "globalStyle": {
  164. "navigationBarTextStyle": "black",
  165. "navigationBarTitleText": "oms",
  166. "navigationBarBackgroundColor": "#F8F8F8",
  167. "backgroundColor": "#F8F8F8"
  168. },
  169. "uniIdRouter": {}
  170. }