AI销管
25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.
 
 
 
 

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