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.

pages.json 6.0 KiB

3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262
  1. {
  2. "easycom": {
  3. "^u-(.*)": "@/uview-ui/components/u-$1/u-$1.vue"
  4. },
  5. //这个pages里只放这五个页面,新增页面时请对应的放到下面的分包里
  6. "pages": [{
  7. "path": "pages/index/guide",
  8. "style": {
  9. "navigationBarBackgroundColor": "#008EF2",
  10. "navigationBarTextStyle": "white",
  11. "navigationStyle": "custom"
  12. }
  13. },
  14. {
  15. "path": "pages/index/index",
  16. "style": {
  17. "navigationBarTitleText": "智控管家",
  18. "navigationBarBackgroundColor": "#2671E2",
  19. "navigationBarTextStyle": "white"
  20. }
  21. },
  22. {
  23. "path": "pages/index/customer",
  24. "style": {
  25. "navigationBarTitleText": "接待",
  26. "navigationBarBackgroundColor": "#2671E2",
  27. "navigationBarTextStyle": "white"
  28. }
  29. },{
  30. "path": "pages/index/learning",
  31. "style": {
  32. "navigationBarTitleText": "学习",
  33. "navigationBarBackgroundColor": "#2671E2",
  34. "navigationBarTextStyle": "white"
  35. }
  36. },{
  37. "path": "pages/index/personal",
  38. "style": {
  39. "navigationBarTitleText": "我的",
  40. "navigationBarBackgroundColor": "#2671E2",
  41. "navigationBarTextStyle": "white"
  42. }
  43. }
  44. ],
  45. //这下面是分包
  46. "subPackages": [
  47. {
  48. "root": "pages/login",//登录相关
  49. "name": "login",
  50. "pages": [
  51. {
  52. "path": "index",
  53. "style": {
  54. "navigationBarBackgroundColor": "#008EF2",
  55. "navigationBarTextStyle": "white"
  56. }
  57. },
  58. {
  59. "path": "Verification",
  60. "style": {
  61. "navigationBarTitleText": "验证码登录",
  62. "navigationBarBackgroundColor": "#008EF2",
  63. "navigationBarTextStyle": "white"
  64. }
  65. },
  66. {
  67. "path": "yinzhongmalogin",
  68. "style": {
  69. "navigationBarTitleText": "验证码登录",
  70. "navigationBarBackgroundColor": "#008EF2",
  71. "navigationBarTextStyle": "white"
  72. }
  73. },
  74. {
  75. "path": "Setthepassword",
  76. "style": {
  77. "navigationBarTitleText": "忘记密码",
  78. "navigationBarBackgroundColor": "#008EF2",
  79. "navigationBarTextStyle": "white"
  80. }
  81. },
  82. {
  83. "path": "Verifythelogin",
  84. "style": {
  85. "navigationBarTitleText": "验证码验证",
  86. "navigationBarBackgroundColor": "#008EF2",
  87. "navigationBarTextStyle": "white"
  88. }
  89. }
  90. ]
  91. },
  92. {
  93. "root": "pages/mine",//个人中心
  94. "name": "mine",
  95. "pages": [
  96. {
  97. "path": "Myprofile",
  98. "style": {
  99. "navigationBarTitleText": "编辑资料",
  100. "navigationBarBackgroundColor": "#FFFFFF",
  101. "navigationBarTextStyle": "black"
  102. }
  103. },
  104. {
  105. "path": "nickname",
  106. "style": {
  107. "navigationBarTitleText": "编辑昵称",
  108. "navigationBarBackgroundColor": "#FFFFFF",
  109. "navigationBarTextStyle": "black"
  110. }
  111. },
  112. {
  113. "path": "signature",
  114. "style": {
  115. "navigationBarTitleText": "编辑签名",
  116. "navigationBarBackgroundColor": "#FFFFFF",
  117. "navigationBarTextStyle": "black"
  118. }
  119. },
  120. {
  121. "path": "Changehepassword",
  122. "style": {
  123. "navigationBarTitleText": "修改密码",
  124. "navigationBarBackgroundColor": "#FFFFFF",
  125. "navigationBarTextStyle": "black"
  126. }
  127. },
  128. {
  129. "path": "reception/addreception",
  130. "style": {
  131. "navigationBarTitleText": "新增接待",
  132. "navigationBarBackgroundColor": "#FFFFFF",
  133. "navigationBarTextStyle": "black"
  134. }
  135. }
  136. ]
  137. },
  138. {
  139. "root": "pages/learning",//学习
  140. "name": "learning",
  141. "pages": [
  142. ]
  143. },
  144. {
  145. "root": "pages/center",//中心逻辑的模块都放到这里
  146. "name": "center",
  147. "pages": [
  148. {
  149. "path": "Piabodata/index",
  150. "style": {
  151. "navigationBarTitleText": "销讲数据",
  152. "navigationBarBackgroundColor": "#FFFFFF",
  153. "navigationBarTextStyle": "black"
  154. }
  155. },
  156. {
  157. "path": "Piabodata/Groupcontrast",
  158. "style": {
  159. "navigationBarTitleText": "集团对比",
  160. "navigationBarBackgroundColor": "#FFFFFF",
  161. "navigationBarTextStyle": "black"
  162. }
  163. },
  164. {
  165. "path": "Piabodata/Theteamcompared",
  166. "style": {
  167. "navigationBarTitleText": "团队对比",
  168. "navigationBarBackgroundColor": "#FFFFFF",
  169. "navigationBarTextStyle": "black"
  170. }
  171. },
  172. {
  173. "path": "Piabodata/Userinsightinto",
  174. "style": {
  175. "navigationBarTitleText": "客户画像",
  176. "navigationBarBackgroundColor": "#FFFFFF",
  177. "navigationBarTextStyle": "black"
  178. }
  179. },
  180. {
  181. "path": "Piabodata/TrendAnalysis",
  182. "style": {
  183. "navigationBarTitleText": "趋势分析",
  184. "navigationBarBackgroundColor": "#FFFFFF",
  185. "navigationBarTextStyle": "black"
  186. }
  187. },
  188. {
  189. "path": "Piabodata/StaffAnalysis",
  190. "style": {
  191. "navigationBarTitleText": "员工分析",
  192. "navigationBarBackgroundColor": "#FFFFFF",
  193. "navigationBarTextStyle": "black"
  194. }
  195. }
  196. ]
  197. }
  198. ],
  199. "permission": {
  200. "scope.userLocation": {
  201. "desc": "你的位置信息将用于小程序位置接口的效果展示"
  202. }
  203. },
  204. "networkTimeout": {
  205. "request": 10000,
  206. "downloadFile": 10000
  207. },
  208. "debug": false,
  209. "tabBar": {
  210. "color": "#8E8E8E",
  211. "selectedColor": "#1296db",
  212. "borderStyle": "white",
  213. "list": [{
  214. "pagePath": "pages/index/index",
  215. "iconPath": "/static/images/tabBar/home.png",
  216. "selectedIconPath": "/static/images/tabBar/homeActive.png",
  217. "text": "楼盘"
  218. },
  219. {
  220. "pagePath": "pages/index/customer",
  221. "iconPath": "/static/images/tabBar/customer.png",
  222. "selectedIconPath": "/static/images/tabBar/customerActive.png",
  223. "text": "接待"
  224. },
  225. {
  226. "pagePath": "pages/index/learning",
  227. "iconPath": "/static/images/tabBar/voice.png",
  228. "selectedIconPath": "/static/images/tabBar/voiceActive.png",
  229. "text": "学习"
  230. },
  231. {
  232. "pagePath": "pages/index/personal",
  233. "iconPath": "/static/images/tabBar/user.png",
  234. "selectedIconPath": "/static/images/tabBar/userActive.png",
  235. "text": "个人"
  236. }
  237. ]
  238. },
  239. "sitemapLocation": "sitemap.json",
  240. "globalStyle": {
  241. "backgroundColor": "#F6F6F6",
  242. "backgroundTextStyle": "dark",
  243. "navigationBarBackgroundColor": "#fff",
  244. "navigationBarTitleText": "数智工牌",
  245. "navigationBarTextStyle": "black"
  246. }
  247. }