AI销管
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.
 
 
 
 

533 line
15 KiB

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