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.
 
 
 
 

555 lines
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. "path" : "selectBuilding",
  234. "style" :
  235. {
  236. "navigationBarTitleText": "切换楼盘",
  237. "navigationBarBackgroundColor": "#2671E2",
  238. "navigationBarTextStyle": "white"
  239. }
  240. }
  241. ]
  242. },
  243. {
  244. "root": "pages/learning", //学习
  245. "name": "learning",
  246. "pages": [{
  247. "path": "Thefulltext/index",
  248. "style": {
  249. "navigationBarTitleText": "全文学习",
  250. "navigationBarBackgroundColor": "#FFFFFF",
  251. "navigationBarTextStyle": "black"
  252. }
  253. },
  254. {
  255. "path": "Thefulltext/index2",
  256. "style": {
  257. "navigationBarTitleText": "全文学习",
  258. "navigationBarBackgroundColor": "#FFFFFF",
  259. "navigationBarTextStyle": "black"
  260. }
  261. },
  262. {
  263. "path": "Thefulltext/search",
  264. "style": {
  265. "navigationBarTitleText": "搜索",
  266. "navigationBarBackgroundColor": "#FFFFFF",
  267. "navigationBarTextStyle": "black"
  268. }
  269. },
  270. {
  271. "path": "Keywordsearch",
  272. "style": {
  273. "navigationBarTitleText": "搜索",
  274. "navigationBarBackgroundColor": "#FFFFFF",
  275. "navigationBarTextStyle": "black"
  276. }
  277. },
  278. {
  279. "path": "Equinoctiallearning",
  280. "style": {
  281. "navigationBarTitleText": "分点学习",
  282. "navigationBarBackgroundColor": "#FFFFFF",
  283. "navigationBarTextStyle": "black"
  284. }
  285. },
  286. {
  287. "path": "Equinoctial/index",
  288. "style": {
  289. "navigationBarTitleText": "分点学习",
  290. "navigationBarBackgroundColor": "#FFFFFF",
  291. "navigationBarTextStyle": "black"
  292. }
  293. },
  294. {
  295. "path": "Equinoctial/index2",
  296. "style": {
  297. "navigationBarTitleText": "分点学习",
  298. "navigationBarBackgroundColor": "#FFFFFF",
  299. "navigationBarTextStyle": "black"
  300. }
  301. }
  302. ]
  303. },
  304. {
  305. "root": "pages/center", //中心逻辑的模块都放到这里
  306. "name": "center",
  307. "pages": [{
  308. "path": "Piabodata/index",
  309. "style": {
  310. "navigationBarTitleText": "销讲数据",
  311. "navigationBarBackgroundColor": "#FFFFFF",
  312. "navigationBarTextStyle": "black",
  313. "enablePullDownRefresh":true
  314. }
  315. },
  316. {
  317. "path": "Piabodata/Groupcontrast",
  318. "style": {
  319. "navigationBarTitleText": "集团对比",
  320. "navigationBarBackgroundColor": "#FFFFFF",
  321. "navigationBarTextStyle": "black",
  322. "enablePullDownRefresh":true
  323. }
  324. },
  325. {
  326. "path": "Piabodata/Theteamcompared",
  327. "style": {
  328. "navigationBarTitleText": "团队对比",
  329. "navigationBarBackgroundColor": "#FFFFFF",
  330. "navigationBarTextStyle": "black",
  331. "enablePullDownRefresh":true
  332. }
  333. },
  334. {
  335. "path": "Piabodata/selectTeam",
  336. "style": {
  337. "navigationBarTitleText": "选择团队",
  338. "navigationBarBackgroundColor": "#FFFFFF",
  339. "navigationBarTextStyle": "black"
  340. }
  341. },
  342. {
  343. "path": "Piabodata/selectGroup",
  344. "style": {
  345. "navigationBarTitleText": "选择楼盘",
  346. "navigationBarBackgroundColor": "#FFFFFF",
  347. "navigationBarTextStyle": "black"
  348. }
  349. },
  350. {
  351. "path": "Piabodata/Userinsightinto",
  352. "style": {
  353. "navigationBarTitleText": "客户画像",
  354. "navigationBarBackgroundColor": "#FFFFFF",
  355. "navigationBarTextStyle": "black",
  356. "enablePullDownRefresh":true
  357. }
  358. },
  359. {
  360. "path": "Piabodata/TrendAnalysis",
  361. "style": {
  362. "navigationBarTitleText": "趋势分析",
  363. "navigationBarBackgroundColor": "#FFFFFF",
  364. "navigationBarTextStyle": "black",
  365. "enablePullDownRefresh":true
  366. }
  367. },
  368. {
  369. "path": "Piabodata/StaffAnalysis",
  370. "style": {
  371. "navigationBarTitleText": "员工分析",
  372. "navigationBarBackgroundColor": "#FFFFFF",
  373. "navigationBarTextStyle": "black",
  374. "enablePullDownRefresh":true
  375. }
  376. },
  377. {
  378. "path": "Piabodata/Customerportrait/Detailsofthesearch",
  379. "style": {
  380. "navigationBarTitleText": "搜索",
  381. "navigationBarBackgroundColor": "#FFFFFF",
  382. "navigationBarTextStyle": "black"
  383. }
  384. },
  385. {
  386. "path": "Piabodata/Customerportrait/Receivedetailabout",
  387. "style": {
  388. "navigationBarTitleText": "详情",
  389. "navigationBarBackgroundColor": "#FFFFFF",
  390. "navigationBarTextStyle": "black"
  391. }
  392. },
  393. {
  394. "path": "Piabodata/Customerportrait/Receivingrecords",
  395. "style": {
  396. "navigationBarTitleText": "列表",
  397. "navigationBarBackgroundColor": "#FFFFFF",
  398. "navigationBarTextStyle": "black"
  399. }
  400. },
  401. {
  402. "path": "Piabodata/Employeesstatistics",
  403. "style": {
  404. "navigationBarTitleText": "顾问排名",
  405. "navigationBarBackgroundColor": "#FFFFFF",
  406. "navigationBarTextStyle": "black",
  407. "enablePullDownRefresh":true
  408. }
  409. },
  410. {
  411. "path": "records/index",
  412. "style": {
  413. "navigationBarTitleText": "接待记录",
  414. "navigationBarBackgroundColor": "#FFFFFF",
  415. "navigationBarTextStyle": "black",
  416. "enablePullDownRefresh": true
  417. }
  418. },
  419. {
  420. "path": "records/recordSearch",
  421. "style": {
  422. "navigationBarTitleText": "搜索",
  423. "navigationBarBackgroundColor": "#FFFFFF",
  424. "navigationBarTextStyle": "black"
  425. }
  426. },
  427. {
  428. "path": "prohibited/index",
  429. "style": {
  430. "navigationBarTitleText": "违禁记录",
  431. "navigationBarBackgroundColor": "#FFFFFF",
  432. "navigationBarTextStyle": "black",
  433. "enablePullDownRefresh": true
  434. }
  435. },
  436. {
  437. "path": "consumer/index",
  438. "style": {
  439. "navigationBarTitleText": "客户管理",
  440. "navigationBarBackgroundColor": "#FFFFFF",
  441. "navigationBarTextStyle": "black"
  442. }
  443. },
  444. {
  445. "path": "consumer/consumerSearch",
  446. "style": {
  447. "navigationBarTitleText": "搜索",
  448. "navigationBarBackgroundColor": "#FFFFFF",
  449. "navigationBarTextStyle": "black"
  450. }
  451. },
  452. {
  453. "path": "consumer/consumerDetail",
  454. "style": {
  455. "navigationBarTitleText": "客户详情",
  456. "navigationBarBackgroundColor": "#FFFFFF",
  457. "navigationBarTextStyle": "black"
  458. }
  459. },
  460. {
  461. "path": "consumer/remind",
  462. "style": {
  463. "navigationBarTitleText": "添加提醒",
  464. "navigationBarBackgroundColor": "#FFFFFF",
  465. "navigationBarTextStyle": "black"
  466. }
  467. },
  468. {
  469. "path": "consumer/edit",
  470. "style": {
  471. "navigationBarTitleText": "编辑客户",
  472. "navigationBarBackgroundColor": "#FFFFFF",
  473. "navigationBarTextStyle": "black"
  474. }
  475. },
  476. {
  477. "path": "consumer/newFollowup/newFollowup",
  478. "style": {
  479. "navigationBarTitleText": "写跟进",
  480. "navigationBarBackgroundColor": "#FFFFFF",
  481. "navigationBarTextStyle": "black"
  482. }
  483. }
  484. ]
  485. }
  486. ],
  487. "permission": {
  488. "scope.userLocation": {
  489. "desc": "你的位置信息将用于小程序位置接口的效果展示"
  490. }
  491. },
  492. "networkTimeout": {
  493. "request": 10000,
  494. "downloadFile": 10000
  495. },
  496. "debug": false,
  497. "tabBar": {
  498. "color": "#8E8E8E",
  499. "selectedColor": "#1296db",
  500. "borderStyle": "white",
  501. "list": [{
  502. "pagePath": "pages/index/customer",
  503. "iconPath": "/static/images/tabBar/customer.png",
  504. "selectedIconPath": "/static/images/tabBar/customerActive.png",
  505. "text": "接待"
  506. },
  507. {
  508. "pagePath": "pages/index/consumer/index",
  509. "iconPath": "/static/images/tabBar/kehu.png",
  510. "selectedIconPath": "/static/images/tabBar/kehu_act.png",
  511. "text": "客户"
  512. },
  513. {
  514. "pagePath": "pages/index/index",
  515. "iconPath": "/static/images/tabBar/works.png",
  516. "selectedIconPath": "/static/images/tabBar/worksActive.png",
  517. "text": "工作台"
  518. },
  519. {
  520. "pagePath": "pages/index/learning",
  521. "iconPath": "/static/images/tabBar/voice.png",
  522. "selectedIconPath": "/static/images/tabBar/voiceActive.png",
  523. "text": "学习"
  524. },
  525. {
  526. "pagePath": "pages/index/personal",
  527. "iconPath": "/static/images/tabBar/user.png",
  528. "selectedIconPath": "/static/images/tabBar/userActive.png",
  529. "text": "我的"
  530. }
  531. ]
  532. },
  533. "sitemapLocation": "sitemap.json",
  534. "globalStyle": {
  535. "backgroundColor": "#F6F6F6",
  536. "backgroundTextStyle": "dark",
  537. "navigationBarBackgroundColor": "#fff",
  538. "navigationBarTitleText": "AI销管",
  539. "navigationBarTextStyle": "black"
  540. }
  541. }