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.
 
 
 
 

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