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.
 
 
 

512 lines
12 KiB

  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. },
  54. {
  55. "path": "Verification",
  56. "style": {
  57. "navigationBarTitleText": "验证码登录",
  58. "navigationBarBackgroundColor": "#008EF2",
  59. "navigationBarTextStyle": "white",
  60. "navigationStyle": "custom"
  61. }
  62. },
  63. {
  64. "path": "yinzhongmalogin",
  65. "style": {
  66. "navigationBarTitleText": "验证码登录",
  67. "navigationBarBackgroundColor": "#FFFFFF",
  68. "navigationBarTextStyle": "black"
  69. }
  70. },
  71. {
  72. "path": "Setthepassword",
  73. "style": {
  74. "navigationBarTitleText": "设置密码",
  75. "navigationBarBackgroundColor": "#FFFFFF",
  76. "navigationBarTextStyle": "black"
  77. }
  78. },
  79. {
  80. "path": "Verifythelogin",
  81. "style": {
  82. "navigationBarTitleText": "验证码登录",
  83. "navigationBarBackgroundColor": "#FFFFFF",
  84. "navigationBarTextStyle": "black"
  85. }
  86. }
  87. ]
  88. },
  89. {
  90. "root": "pages/mine",//个人中心
  91. "name": "mine",
  92. "pages": [
  93. {
  94. "path": "details",
  95. "style": {
  96. "navigationBarTitleText": "详情",
  97. "navigationBarBackgroundColor": "#FFFFFF",
  98. "navigationBarTextStyle": "black"
  99. }
  100. },
  101. {
  102. "path": "details2",
  103. "style": {
  104. "navigationBarTitleText": "详情",
  105. "navigationBarBackgroundColor": "#FFFFFF",
  106. "navigationBarTextStyle": "black"
  107. }
  108. },
  109. {
  110. "path": "detailsNew",
  111. "style": {
  112. "navigationBarTitleText": "详情",
  113. "navigationBarBackgroundColor": "#FFFFFF",
  114. "navigationBarTextStyle": "black"
  115. }
  116. },
  117. {
  118. "path": "calibration",
  119. "style": {
  120. "navigationBarTitleText": "校验",
  121. "navigationBarBackgroundColor": "#FFFFFF",
  122. "navigationBarTextStyle": "black"
  123. }
  124. },
  125. {
  126. "path": "ScoringPlaylist",
  127. "style": {
  128. "navigationBarTitleText": "匹配标签",
  129. "navigationBarBackgroundColor": "#FFFFFF",
  130. "navigationBarTextStyle": "black"
  131. }
  132. },
  133. {
  134. "path": "Myprofile",
  135. "style": {
  136. "navigationBarTitleText": "编辑资料",
  137. "navigationBarBackgroundColor": "#FFFFFF",
  138. "navigationBarTextStyle": "black"
  139. }
  140. },
  141. {
  142. "path": "nickname",
  143. "style": {
  144. "navigationBarTitleText": "编辑昵称",
  145. "navigationBarBackgroundColor": "#FFFFFF",
  146. "navigationBarTextStyle": "black"
  147. }
  148. },
  149. {
  150. "path": "signature",
  151. "style": {
  152. "navigationBarTitleText": "编辑签名",
  153. "navigationBarBackgroundColor": "#FFFFFF",
  154. "navigationBarTextStyle": "black"
  155. }
  156. },
  157. {
  158. "path": "Changehepassword",
  159. "style": {
  160. "navigationBarTitleText": "修改密码",
  161. "navigationBarBackgroundColor": "#FFFFFF",
  162. "navigationBarTextStyle": "black"
  163. }
  164. },
  165. {
  166. "path": "subscribe",
  167. "style": {
  168. "navigationBarTitleText": "消息订阅",
  169. "navigationBarBackgroundColor": "#FFFFFF",
  170. "navigationBarTextStyle": "black"
  171. }
  172. },
  173. {
  174. "path": "reception/addreception",
  175. "style": {
  176. "navigationBarTitleText": "新增接待",
  177. "navigationBarBackgroundColor": "#FFFFFF",
  178. "navigationBarTextStyle": "black"
  179. }
  180. },
  181. {
  182. "path": "reception/consultant",
  183. "style": {
  184. "navigationBarTitleText": "选择顾问",
  185. "navigationBarBackgroundColor": "#FFFFFF",
  186. "navigationBarTextStyle": "black"
  187. }
  188. },
  189. {
  190. "path": "consultanonduty/index",
  191. "style": {
  192. "navigationBarTitleText": "值班顾问",
  193. "navigationBarBackgroundColor": "#FFFFFF",
  194. "navigationBarTextStyle": "black"
  195. }
  196. },
  197. {
  198. "path": "equipment/index",
  199. "style": {
  200. "navigationBarTitleText": "设备管理",
  201. "navigationBarBackgroundColor": "#FFFFFF",
  202. "navigationBarTextStyle": "black"
  203. }
  204. },
  205. {
  206. "path" : "messageList",
  207. "style" :{
  208. "navigationBarTitleText": "消息",
  209. "navigationBarBackgroundColor": "#2671E2",
  210. "navigationBarTextStyle": "white"
  211. }
  212. }
  213. ]
  214. },
  215. {
  216. "root": "pages/learning",//学习
  217. "name": "learning",
  218. "pages": [
  219. {
  220. "path": "Thefulltext/index",
  221. "style": {
  222. "navigationBarTitleText": "全文学习",
  223. "navigationBarBackgroundColor": "#FFFFFF",
  224. "navigationBarTextStyle": "black"
  225. }
  226. },
  227. {
  228. "path": "Thefulltext/index2",
  229. "style": {
  230. "navigationBarTitleText": "全文学习",
  231. "navigationBarBackgroundColor": "#FFFFFF",
  232. "navigationBarTextStyle": "black"
  233. }
  234. },
  235. {
  236. "path": "Thefulltext/search",
  237. "style": {
  238. "navigationBarTitleText": "搜索",
  239. "navigationBarBackgroundColor": "#FFFFFF",
  240. "navigationBarTextStyle": "black"
  241. }
  242. },
  243. {
  244. "path": "Keywordsearch",
  245. "style": {
  246. "navigationBarTitleText": "搜索",
  247. "navigationBarBackgroundColor": "#FFFFFF",
  248. "navigationBarTextStyle": "black"
  249. }
  250. },
  251. {
  252. "path": "Equinoctiallearning",
  253. "style": {
  254. "navigationBarTitleText": "分点学习",
  255. "navigationBarBackgroundColor": "#FFFFFF",
  256. "navigationBarTextStyle": "black"
  257. }
  258. },
  259. {
  260. "path": "Equinoctial/index",
  261. "style": {
  262. "navigationBarTitleText": "分点学习",
  263. "navigationBarBackgroundColor": "#FFFFFF",
  264. "navigationBarTextStyle": "black"
  265. }
  266. },
  267. {
  268. "path": "Equinoctial/index2",
  269. "style": {
  270. "navigationBarTitleText": "分点学习",
  271. "navigationBarBackgroundColor": "#FFFFFF",
  272. "navigationBarTextStyle": "black"
  273. }
  274. }
  275. ]
  276. },
  277. {
  278. "root": "pages/center",//中心逻辑的模块都放到这里
  279. "name": "center",
  280. "pages": [
  281. {
  282. "path": "Piabodata/index",
  283. "style": {
  284. "navigationBarTitleText": "销讲数据",
  285. "navigationBarBackgroundColor": "#FFFFFF",
  286. "navigationBarTextStyle": "black"
  287. }
  288. },
  289. {
  290. "path": "Piabodata/Groupcontrast",
  291. "style": {
  292. "navigationBarTitleText": "集团对比",
  293. "navigationBarBackgroundColor": "#FFFFFF",
  294. "navigationBarTextStyle": "black"
  295. }
  296. },
  297. {
  298. "path": "Piabodata/Theteamcompared",
  299. "style": {
  300. "navigationBarTitleText": "团队对比",
  301. "navigationBarBackgroundColor": "#FFFFFF",
  302. "navigationBarTextStyle": "black"
  303. }
  304. },
  305. {
  306. "path": "Piabodata/selectTeam",
  307. "style": {
  308. "navigationBarTitleText": "选择团队",
  309. "navigationBarBackgroundColor": "#FFFFFF",
  310. "navigationBarTextStyle": "black"
  311. }
  312. },
  313. {
  314. "path": "Piabodata/selectGroup",
  315. "style": {
  316. "navigationBarTitleText": "选择楼盘",
  317. "navigationBarBackgroundColor": "#FFFFFF",
  318. "navigationBarTextStyle": "black"
  319. }
  320. },
  321. {
  322. "path": "Piabodata/Userinsightinto",
  323. "style": {
  324. "navigationBarTitleText": "客户画像",
  325. "navigationBarBackgroundColor": "#FFFFFF",
  326. "navigationBarTextStyle": "black"
  327. }
  328. },
  329. {
  330. "path": "Piabodata/TrendAnalysis",
  331. "style": {
  332. "navigationBarTitleText": "趋势分析",
  333. "navigationBarBackgroundColor": "#FFFFFF",
  334. "navigationBarTextStyle": "black"
  335. }
  336. },
  337. {
  338. "path": "Piabodata/StaffAnalysis",
  339. "style": {
  340. "navigationBarTitleText": "员工分析",
  341. "navigationBarBackgroundColor": "#FFFFFF",
  342. "navigationBarTextStyle": "black"
  343. }
  344. },
  345. {
  346. "path": "Piabodata/Customerportrait/Detailsofthesearch",
  347. "style": {
  348. "navigationBarTitleText": "搜索",
  349. "navigationBarBackgroundColor": "#FFFFFF",
  350. "navigationBarTextStyle": "black"
  351. }
  352. },
  353. {
  354. "path": "Piabodata/Customerportrait/Receivedetailabout",
  355. "style": {
  356. "navigationBarTitleText": "详情",
  357. "navigationBarBackgroundColor": "#FFFFFF",
  358. "navigationBarTextStyle": "black"
  359. }
  360. },
  361. {
  362. "path": "Piabodata/Customerportrait/Receivingrecords",
  363. "style": {
  364. "navigationBarTitleText": "列表",
  365. "navigationBarBackgroundColor": "#FFFFFF",
  366. "navigationBarTextStyle": "black"
  367. }
  368. },
  369. {
  370. "path": "Piabodata/Employeesstatistics",
  371. "style": {
  372. "navigationBarTitleText": "顾问排名",
  373. "navigationBarBackgroundColor": "#FFFFFF",
  374. "navigationBarTextStyle": "black"
  375. }
  376. },
  377. {
  378. "path": "records/index",
  379. "style": {
  380. "navigationBarTitleText": "接待记录",
  381. "navigationBarBackgroundColor": "#FFFFFF",
  382. "navigationBarTextStyle": "black"
  383. }
  384. },
  385. {
  386. "path": "records/recordSearch",
  387. "style": {
  388. "navigationBarTitleText": "搜索",
  389. "navigationBarBackgroundColor": "#FFFFFF",
  390. "navigationBarTextStyle": "black"
  391. }
  392. },
  393. {
  394. "path": "prohibited/index",
  395. "style": {
  396. "navigationBarTitleText": "违禁记录",
  397. "navigationBarBackgroundColor": "#FFFFFF",
  398. "navigationBarTextStyle": "black"
  399. }
  400. },
  401. {
  402. "path": "consumer/index",
  403. "style": {
  404. "navigationBarTitleText": "客户管理",
  405. "navigationBarBackgroundColor": "#FFFFFF",
  406. "navigationBarTextStyle": "black"
  407. }
  408. },
  409. {
  410. "path": "consumer/consumerSearch",
  411. "style": {
  412. "navigationBarTitleText": "搜索",
  413. "navigationBarBackgroundColor": "#FFFFFF",
  414. "navigationBarTextStyle": "black"
  415. }
  416. },
  417. {
  418. "path": "consumer/consumerDetail",
  419. "style": {
  420. "navigationBarTitleText": "客户详情",
  421. "navigationBarBackgroundColor": "#FFFFFF",
  422. "navigationBarTextStyle": "black"
  423. }
  424. },
  425. {
  426. "path": "consumer/remind",
  427. "style": {
  428. "navigationBarTitleText": "添加提醒",
  429. "navigationBarBackgroundColor": "#FFFFFF",
  430. "navigationBarTextStyle": "black"
  431. }
  432. },
  433. {
  434. "path": "consumer/edit",
  435. "style": {
  436. "navigationBarTitleText": "编辑客户",
  437. "navigationBarBackgroundColor": "#FFFFFF",
  438. "navigationBarTextStyle": "black"
  439. }
  440. },
  441. {
  442. "path": "consumer/newFollowup/newFollowup",
  443. "style": {
  444. "navigationBarTitleText": "写跟进",
  445. "navigationBarBackgroundColor": "#FFFFFF",
  446. "navigationBarTextStyle": "black"
  447. }
  448. }
  449. ]
  450. }
  451. ],
  452. "permission": {
  453. "scope.userLocation": {
  454. "desc": "你的位置信息将用于小程序位置接口的效果展示"
  455. }
  456. },
  457. "networkTimeout": {
  458. "request": 10000,
  459. "downloadFile": 10000
  460. },
  461. "debug": false,
  462. "tabBar": {
  463. "color": "#8E8E8E",
  464. "selectedColor": "#1296db",
  465. "borderStyle": "white",
  466. "list": [{
  467. "pagePath": "pages/index/index",
  468. "iconPath": "/static/images/tabBar/home.png",
  469. "selectedIconPath": "/static/images/tabBar/homeActive.png",
  470. "text": "首页"
  471. },
  472. {
  473. "pagePath": "pages/index/customer",
  474. "iconPath": "/static/images/tabBar/customer.png",
  475. "selectedIconPath": "/static/images/tabBar/customerActive.png",
  476. "text": "接待"
  477. },
  478. {
  479. "pagePath": "pages/index/learning",
  480. "iconPath": "/static/images/tabBar/voice.png",
  481. "selectedIconPath": "/static/images/tabBar/voiceActive.png",
  482. "text": "学习"
  483. },
  484. {
  485. "pagePath": "pages/index/personal",
  486. "iconPath": "/static/images/tabBar/user.png",
  487. "selectedIconPath": "/static/images/tabBar/userActive.png",
  488. "text": "个人"
  489. }
  490. ]
  491. },
  492. "sitemapLocation": "sitemap.json",
  493. "globalStyle": {
  494. "backgroundColor": "#F6F6F6",
  495. "backgroundTextStyle": "dark",
  496. "navigationBarBackgroundColor": "#fff",
  497. "navigationBarTitleText": "数智工牌",
  498. "navigationBarTextStyle": "black"
  499. }
  500. }