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.
 
 
 
 

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