pages.json 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146
  1. {
  2. "easycom": {
  3. "^u-(.*)": "uview-ui/components/u-$1/u-$1.vue"
  4. },
  5. "pages": [
  6. {
  7. "path": "pages/project/index",
  8. "style": {
  9. "navigationStyle": "custom"
  10. },
  11. "tit": "项目管理首页"
  12. },
  13. {
  14. "path": "pages/project/transfer",
  15. "style": {
  16. "navigationStyle": "custom"
  17. },
  18. "tit": "转移项目"
  19. },
  20. {
  21. "path": "pages/project/details",
  22. "style": {
  23. "navigationStyle": "custom"
  24. },
  25. "tit": "项目详情"
  26. },
  27. {
  28. "path": "pages/customer/details",
  29. "style": {
  30. "navigationStyle": "custom"
  31. },
  32. "tit": "客户详情"
  33. },
  34. {
  35. "path": "pages/customer/index",
  36. "style": {
  37. "navigationStyle": "custom"
  38. },
  39. "tit": "储备客户"
  40. },
  41. {
  42. "path": "pages/openSeaCustomer/index",
  43. "style": {
  44. "navigationStyle": "custom"
  45. },
  46. "tit": "公海客户"
  47. },
  48. {
  49. "path": "pages/login/index",
  50. "style": {
  51. "navigationStyle": "custom"
  52. },
  53. "tit": "登录"
  54. },
  55. {
  56. "path": "pages/home/index",
  57. "style": {
  58. "navigationStyle": "custom"
  59. },
  60. "tit": "首页"
  61. },
  62. {
  63. "path": "pages/publicPages/follow",
  64. "style": {
  65. "navigationStyle": "custom"
  66. },
  67. "tit": "填写跟进"
  68. },
  69. {
  70. "path": "pages/customer/transfer",
  71. "style": {
  72. "navigationStyle": "custom"
  73. },
  74. "tit": "转移客户"
  75. },
  76. {
  77. "path": "pages/customer/add",
  78. "style": {
  79. "navigationStyle": "custom"
  80. },
  81. "tit": "客户添加"
  82. },
  83. {
  84. "path": "pages/message/index",
  85. "style": {
  86. "navigationStyle": "custom"
  87. },
  88. "tit": "信息"
  89. },
  90. {
  91. "path": "pages/my/index",
  92. "style": {
  93. "navigationStyle": "custom"
  94. },
  95. "tit": "我的"
  96. },
  97. {
  98. "path": "pages/schedule/index",
  99. "style": {
  100. "navigationStyle": "custom"
  101. },
  102. "tit": "日程"
  103. }
  104. ],
  105. "tabBar": {
  106. "color": "#7A7E83",
  107. "selectedColor": "#3E7EF8",
  108. "borderStyle": "black",
  109. "backgroundColor": "#ffffff",
  110. "list": [
  111. {
  112. "pagePath": "pages/home/index",
  113. "iconPath": "static/images/tabBar/home.png",
  114. "selectedIconPath": "static/images/tabBar/home-active.png",
  115. "text": "首页"
  116. },
  117. {
  118. "pagePath": "pages/schedule/index",
  119. "iconPath": "static/images/tabBar/schedule.png",
  120. "selectedIconPath": "static/images/tabBar/schedule-active.png",
  121. "text": "日程"
  122. },
  123. {
  124. "pagePath": "pages/message/index",
  125. "iconPath": "static/images/tabBar/message.png",
  126. "selectedIconPath": "static/images/tabBar/message-active.png",
  127. "text": "消息"
  128. },
  129. {
  130. "pagePath": "pages/my/index",
  131. "iconPath": "static/images/tabBar/my.png",
  132. "selectedIconPath": "static/images/tabBar/my-active.png",
  133. "text": "我的"
  134. }
  135. ]
  136. },
  137. "globalStyle": {
  138. "navigationBarTextStyle": "black",
  139. "navigationBarTitleText": "oms",
  140. "navigationBarBackgroundColor": "#F8F8F8",
  141. "backgroundColor": "#F8F8F8"
  142. },
  143. "uniIdRouter": {}
  144. }