You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

123 lines
3.1 KiB

  1. {
  2. "pages": [
  3. "pages/index/guide",
  4. "pages/index/index",
  5. "pages/index/customer",
  6. "pages/index/learning",
  7. "pages/index/personal"
  8. ],
  9. "subPackages": [
  10. {
  11. "root": "pages/login",
  12. "pages": [
  13. "index",
  14. "Verification",
  15. "yinzhongmalogin",
  16. "Setthepassword",
  17. "Verifythelogin"
  18. ],
  19. "name": "login"
  20. },
  21. {
  22. "root": "pages/mine",
  23. "pages": [
  24. "details",
  25. "details2",
  26. "ScoringPlaylist",
  27. "Myprofile",
  28. "nickname",
  29. "signature",
  30. "Changehepassword",
  31. "reception/addreception",
  32. "reception/consultant",
  33. "consultanonduty/index",
  34. "equipment/index"
  35. ],
  36. "name": "mine"
  37. },
  38. {
  39. "root": "pages/learning",
  40. "pages": [
  41. "Thefulltext/index",
  42. "Thefulltext/index2",
  43. "Thefulltext/search",
  44. "Keywordsearch",
  45. "Equinoctiallearning",
  46. "Equinoctial/index",
  47. "Equinoctial/index2"
  48. ],
  49. "name": "learning"
  50. },
  51. {
  52. "root": "pages/center",
  53. "pages": [
  54. "Piabodata/index",
  55. "Piabodata/Groupcontrast",
  56. "Piabodata/Theteamcompared",
  57. "Piabodata/selectTeam",
  58. "Piabodata/selectGroup",
  59. "Piabodata/Userinsightinto",
  60. "Piabodata/TrendAnalysis",
  61. "Piabodata/StaffAnalysis",
  62. "Piabodata/Customerportrait/Detailsofthesearch",
  63. "Piabodata/Customerportrait/Receivedetailabout",
  64. "Piabodata/Customerportrait/Receivingrecords",
  65. "records/index",
  66. "records/recordSearch",
  67. "consumer/index",
  68. "consumer/consumerSearch",
  69. "consumer/consumerDetail",
  70. "consumer/remind",
  71. "consumer/edit",
  72. "consumer/newFollowup/newFollowup"
  73. ],
  74. "name": "center"
  75. }
  76. ],
  77. "window": {
  78. "backgroundColor": "#F6F6F6",
  79. "backgroundTextStyle": "dark",
  80. "navigationBarBackgroundColor": "#fff",
  81. "navigationBarTitleText": "数智工牌",
  82. "navigationBarTextStyle": "black"
  83. },
  84. "tabBar": {
  85. "color": "#8E8E8E",
  86. "selectedColor": "#1296db",
  87. "borderStyle": "white",
  88. "list": [
  89. {
  90. "pagePath": "pages/index/index",
  91. "iconPath": "/static/images/tabBar/home.png",
  92. "selectedIconPath": "/static/images/tabBar/homeActive.png",
  93. "text": "楼盘"
  94. },
  95. {
  96. "pagePath": "pages/index/customer",
  97. "iconPath": "/static/images/tabBar/customer.png",
  98. "selectedIconPath": "/static/images/tabBar/customerActive.png",
  99. "text": "接待"
  100. },
  101. {
  102. "pagePath": "pages/index/learning",
  103. "iconPath": "/static/images/tabBar/voice.png",
  104. "selectedIconPath": "/static/images/tabBar/voiceActive.png",
  105. "text": "学习"
  106. },
  107. {
  108. "pagePath": "pages/index/personal",
  109. "iconPath": "/static/images/tabBar/user.png",
  110. "selectedIconPath": "/static/images/tabBar/userActive.png",
  111. "text": "个人"
  112. }
  113. ]
  114. },
  115. "permission": {},
  116. "plugins": {
  117. "WechatSI": {
  118. "version": "0.3.4",
  119. "provider": "wx069ba97219f66d99"
  120. }
  121. },
  122. "usingComponents": {}
  123. }