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.
 
 
 
 

693 lines
18 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. {
  50. "path": "pages/index/personal",
  51. "style": {
  52. "navigationBarTitleText": "我的",
  53. "navigationBarBackgroundColor": "#F8F8F8",
  54. "navigationStyle": "custom",
  55. "navigationBarTextStyle": "black"
  56. }
  57. },
  58. {
  59. "path": "pages/reportExcel/dayReport",
  60. "style": {
  61. "navigationBarTitleText": "销讲助手日报",
  62. "navigationBarBackgroundColor": "#ffffff",
  63. "navigationBarTextStyle": "black"
  64. }
  65. },
  66. {
  67. "path": "pages/reportExcel/weekReport",
  68. "style": {
  69. "navigationBarTitleText": "销讲助手周报",
  70. "navigationBarBackgroundColor": "#ffffff",
  71. "navigationBarTextStyle": "black"
  72. }
  73. }
  74. ],
  75. //这下面是分包
  76. "subPackages": [{
  77. "root": "pages/login", //登录相关
  78. "name": "login",
  79. "pages": [{
  80. "path": "index",
  81. "style": {
  82. "navigationBarTitleText": "登录",
  83. "navigationBarBackgroundColor": "#2671E2",
  84. "navigationBarTextStyle": "white"
  85. }
  86. },
  87. {
  88. "path": "Verification",
  89. "style": {
  90. "navigationBarTitleText": "登录",
  91. "navigationBarBackgroundColor": "#2671E2",
  92. "navigationBarTextStyle": "white"
  93. }
  94. },
  95. {
  96. "path": "yinzhongmalogin",
  97. "style": {
  98. "navigationBarTitleText": "验证码登录",
  99. "navigationBarBackgroundColor": "#FFFFFF",
  100. "navigationBarTextStyle": "black"
  101. }
  102. },
  103. {
  104. "path": "Setthepassword",
  105. "style": {
  106. "navigationBarTitleText": "设置密码",
  107. "navigationBarBackgroundColor": "#FFFFFF",
  108. "navigationBarTextStyle": "black"
  109. }
  110. },
  111. {
  112. "path": "Verifythelogin",
  113. "style": {
  114. "navigationBarTitleText": "验证码登录",
  115. "navigationBarBackgroundColor": "#FFFFFF",
  116. "navigationBarTextStyle": "black"
  117. }
  118. }
  119. ]
  120. },
  121. {
  122. "root": "pages/mine", //个人中心
  123. "name": "mine",
  124. "pages": [{
  125. "path": "details",
  126. "style": {
  127. "navigationBarTitleText": "详情",
  128. "navigationBarBackgroundColor": "#FFFFFF",
  129. "navigationBarTextStyle": "black"
  130. }
  131. },
  132. {
  133. "path": "details2",
  134. "style": {
  135. "navigationBarTitleText": "详情",
  136. "navigationBarBackgroundColor": "#FFFFFF",
  137. "navigationBarTextStyle": "black"
  138. }
  139. },
  140. {
  141. "path": "help/index",
  142. "style": {
  143. "navigationBarTitleText": "帮助中心",
  144. "navigationBarBackgroundColor": "#FFFFFF",
  145. "navigationBarTextStyle": "black"
  146. }
  147. },
  148. {
  149. "path": "help/helpSearch",
  150. "style": {
  151. "navigationBarTitleText": "问题搜索",
  152. "navigationBarBackgroundColor": "#FFFFFF",
  153. "navigationBarTextStyle": "black"
  154. }
  155. },
  156. {
  157. "path": "help/helpSort",
  158. "style": {
  159. "navigationBarTitleText": "问题分类",
  160. "navigationBarBackgroundColor": "#FFFFFF",
  161. "navigationBarTextStyle": "black"
  162. }
  163. },
  164. {
  165. "path": "help/helpDetail",
  166. "style": {
  167. "navigationBarTitleText": "问题详情",
  168. "navigationBarBackgroundColor": "#FFFFFF",
  169. "navigationBarTextStyle": "black"
  170. }
  171. },
  172. {
  173. "path": "calibration",
  174. "style": {
  175. "navigationBarTitleText": "校验",
  176. "navigationBarBackgroundColor": "#FFFFFF",
  177. "navigationBarTextStyle": "black"
  178. }
  179. },
  180. {
  181. "path": "ScoringPlaylist",
  182. "style": {
  183. "navigationBarTitleText": "匹配标签",
  184. "navigationBarBackgroundColor": "#FFFFFF",
  185. "navigationBarTextStyle": "black"
  186. }
  187. },
  188. {
  189. "path": "Myprofile",
  190. "style": {
  191. "navigationBarTitleText": "编辑资料",
  192. "navigationBarBackgroundColor": "#FFFFFF",
  193. "navigationBarTextStyle": "black"
  194. }
  195. },
  196. {
  197. "path": "nickname",
  198. "style": {
  199. "navigationBarTitleText": "编辑昵称",
  200. "navigationBarBackgroundColor": "#FFFFFF",
  201. "navigationBarTextStyle": "black"
  202. }
  203. },
  204. {
  205. "path": "signature",
  206. "style": {
  207. "navigationBarTitleText": "编辑签名",
  208. "navigationBarBackgroundColor": "#FFFFFF",
  209. "navigationBarTextStyle": "black"
  210. }
  211. },
  212. {
  213. "path": "Changehepassword",
  214. "style": {
  215. "navigationBarTitleText": "修改密码",
  216. "navigationBarBackgroundColor": "#FFFFFF",
  217. "navigationBarTextStyle": "black"
  218. }
  219. },
  220. {
  221. "path": "reception/addreception",
  222. "style": {
  223. "navigationBarTitleText": "新增接待",
  224. "navigationBarBackgroundColor": "#FFFFFF",
  225. "navigationBarTextStyle": "black"
  226. }
  227. },
  228. {
  229. "path": "reception/consultant",
  230. "style": {
  231. "navigationBarTitleText": "选择顾问",
  232. "navigationBarBackgroundColor": "#FFFFFF",
  233. "navigationBarTextStyle": "black"
  234. }
  235. },
  236. {
  237. "path": "consultanonduty/index",
  238. "style": {
  239. "navigationBarTitleText": "值班顾问",
  240. "navigationBarBackgroundColor": "#FFFFFF",
  241. "navigationBarTextStyle": "black",
  242. "enablePullDownRefresh": true
  243. }
  244. },
  245. {
  246. "path": "equipment/index",
  247. "style": {
  248. "navigationBarTitleText": "设备管理",
  249. "navigationBarBackgroundColor": "#FFFFFF",
  250. "navigationBarTextStyle": "black",
  251. "enablePullDownRefresh": true
  252. }
  253. }, {
  254. "path": "messageList",
  255. "style": {
  256. "navigationBarTitleText": "消息",
  257. "navigationBarBackgroundColor": "#2671E2",
  258. "navigationBarTextStyle": "white"
  259. }
  260. }, {
  261. "path": "daily/dailyList",
  262. "style": {
  263. "navigationBarTitleText": "日报",
  264. "navigationBarBackgroundColor": "#FFFFFF",
  265. "navigationBarTextStyle": "black"
  266. }
  267. }, {
  268. "path": "daily/dailyDetail",
  269. "style": {
  270. "navigationBarTitleText": "日报详情",
  271. "navigationBarBackgroundColor": "#2671E2",
  272. "navigationBarTextStyle": "white"
  273. }
  274. }, {
  275. "path": "selectBuilding",
  276. "style": {
  277. "navigationBarTitleText": "切换项目",
  278. "navigationBarBackgroundColor": "#FFFFFF",
  279. "navigationBarTextStyle": "black"
  280. }
  281. }, {
  282. "path": "registerCode",
  283. "style": {
  284. "navigationBarTitleText": "访客登记码",
  285. "navigationBarBackgroundColor": "#2671E2",
  286. "navigationBarTextStyle": "white"
  287. }
  288. }, {
  289. "path": "registerForm",
  290. "style": {
  291. "navigationBarTitleText": "访客登记表",
  292. "navigationBarBackgroundColor": "#2671E2",
  293. "navigationBarTextStyle": "white"
  294. }
  295. },
  296. {
  297. "path": "registerResult",
  298. "style": {
  299. "navigationBarTitleText": "访客登记表",
  300. "navigationBarBackgroundColor": "#2671E2",
  301. "navigationBarTextStyle": "white"
  302. }
  303. }, {
  304. "path": "messageDetail",
  305. "style": {
  306. "navigationBarTitleText": "升级公告",
  307. "navigationBarBackgroundColor": "#2671E2",
  308. "navigationBarTextStyle": "white"
  309. }
  310. },
  311. {
  312. "path": "equipmentLog",
  313. "style": {
  314. "navigationBarTitleText": "设备日志",
  315. "navigationBarBackgroundColor": "#2671E2",
  316. "navigationBarTextStyle": "transparent",
  317. "navigationStyle": "custom"
  318. }
  319. }
  320. ]
  321. },
  322. {
  323. "root": "pages/learning", //学习
  324. "name": "learning",
  325. "pages": [{
  326. "path": "Thefulltext/index",
  327. "style": {
  328. "navigationBarTitleText": "全文学习",
  329. "navigationBarBackgroundColor": "#FFFFFF",
  330. "navigationBarTextStyle": "black"
  331. }
  332. },
  333. {
  334. "path": "Thefulltext/index2",
  335. "style": {
  336. "navigationBarTitleText": "全文学习",
  337. "navigationBarBackgroundColor": "#FFFFFF",
  338. "navigationBarTextStyle": "black"
  339. }
  340. },
  341. {
  342. "path": "Thefulltext/search",
  343. "style": {
  344. "navigationBarTitleText": "搜索",
  345. "navigationBarBackgroundColor": "#FFFFFF",
  346. "navigationBarTextStyle": "black"
  347. }
  348. },
  349. {
  350. "path": "Keywordsearch",
  351. "style": {
  352. "navigationBarTitleText": "搜索",
  353. "navigationBarBackgroundColor": "#FFFFFF",
  354. "navigationBarTextStyle": "black"
  355. }
  356. },
  357. {
  358. "path": "Equinoctiallearning",
  359. "style": {
  360. "navigationBarTitleText": "分点学习",
  361. "navigationBarBackgroundColor": "#FFFFFF",
  362. "navigationBarTextStyle": "black"
  363. }
  364. },
  365. {
  366. "path": "Equinoctial/index",
  367. "style": {
  368. "navigationBarTitleText": "分点学习",
  369. "navigationBarBackgroundColor": "#FFFFFF",
  370. "navigationBarTextStyle": "black"
  371. }
  372. },
  373. {
  374. "path": "Equinoctial/index2",
  375. "style": {
  376. "navigationBarTitleText": "分点学习",
  377. "navigationBarBackgroundColor": "#FFFFFF",
  378. "navigationBarTextStyle": "black"
  379. }
  380. }
  381. ]
  382. },
  383. {
  384. "root": "pages/center", //中心逻辑的模块都放到这里
  385. "name": "center",
  386. "pages": [{
  387. "path": "Piabodata/index",
  388. "style": {
  389. "navigationBarTitleText": "销讲数据",
  390. "navigationBarBackgroundColor": "#FFFFFF",
  391. "navigationBarTextStyle": "black",
  392. "enablePullDownRefresh": true
  393. }
  394. },
  395. {
  396. "path": "Piabodata/Groupcontrast",
  397. "style": {
  398. "navigationBarTitleText": "集团对比",
  399. "navigationBarBackgroundColor": "#FFFFFF",
  400. "navigationBarTextStyle": "black",
  401. "enablePullDownRefresh": true
  402. }
  403. },
  404. {
  405. "path": "Piabodata/Theteamcompared",
  406. "style": {
  407. "navigationBarTitleText": "团队对比",
  408. "navigationBarBackgroundColor": "#FFFFFF",
  409. "navigationBarTextStyle": "black",
  410. "enablePullDownRefresh": true
  411. }
  412. },
  413. {
  414. "path": "Piabodata/selectTeam",
  415. "style": {
  416. "navigationBarTitleText": "选择团队",
  417. "navigationBarBackgroundColor": "#FFFFFF",
  418. "navigationBarTextStyle": "black"
  419. }
  420. },
  421. {
  422. "path": "Piabodata/selectGroup",
  423. "style": {
  424. "navigationBarTitleText": "选择项目",
  425. "navigationBarBackgroundColor": "#FFFFFF",
  426. "navigationBarTextStyle": "black"
  427. }
  428. },
  429. {
  430. "path": "Piabodata/Userinsightinto",
  431. "style": {
  432. "navigationBarTitleText": "客户画像",
  433. "navigationBarBackgroundColor": "#FFFFFF",
  434. "navigationBarTextStyle": "black",
  435. "enablePullDownRefresh": true
  436. }
  437. },
  438. {
  439. "path": "Piabodata/TrendAnalysis",
  440. "style": {
  441. "navigationBarTitleText": "趋势分析",
  442. "navigationBarBackgroundColor": "#FFFFFF",
  443. "navigationBarTextStyle": "black",
  444. "enablePullDownRefresh": true
  445. }
  446. },
  447. {
  448. "path": "Piabodata/requireminingAnalysis",
  449. "style": {
  450. "navigationBarTitleText": "需求挖掘分析",
  451. "navigationBarBackgroundColor": "#FFFFFF",
  452. "navigationBarTextStyle": "black",
  453. "enablePullDownRefresh": true
  454. }
  455. },
  456. {
  457. "path": "Piabodata/StaffAnalysis",
  458. "style": {
  459. "navigationBarTitleText": "员工分析",
  460. "navigationBarBackgroundColor": "#FFFFFF",
  461. "navigationBarTextStyle": "black",
  462. "enablePullDownRefresh": true
  463. }
  464. },
  465. {
  466. "path": "Piabodata/Customerportrait/Detailsofthesearch",
  467. "style": {
  468. "navigationBarTitleText": "搜索",
  469. "navigationBarBackgroundColor": "#FFFFFF",
  470. "navigationBarTextStyle": "black"
  471. }
  472. },
  473. {
  474. "path": "Piabodata/Customerportrait/Receivedetailabout",
  475. "style": {
  476. "navigationBarTitleText": "详情",
  477. "navigationBarBackgroundColor": "#FFFFFF",
  478. "navigationBarTextStyle": "black"
  479. }
  480. },
  481. {
  482. "path": "Piabodata/Customerportrait/Receivingrecords",
  483. "style": {
  484. "navigationBarTitleText": "列表",
  485. "navigationBarBackgroundColor": "#FFFFFF",
  486. "navigationBarTextStyle": "black"
  487. }
  488. },
  489. {
  490. "path": "Piabodata/Employeesstatistics",
  491. "style": {
  492. "navigationBarTitleText": "顾问排名",
  493. "navigationBarBackgroundColor": "#FFFFFF",
  494. "navigationBarTextStyle": "black",
  495. "enablePullDownRefresh": true
  496. }
  497. },
  498. {
  499. "path": "records/index",
  500. "style": {
  501. "navigationBarTitleText": "接待记录",
  502. "navigationBarBackgroundColor": "#FFFFFF",
  503. "navigationBarTextStyle": "black",
  504. "enablePullDownRefresh": true
  505. }
  506. },
  507. {
  508. "path": "records/recordSearch",
  509. "style": {
  510. "navigationBarTitleText": "搜索",
  511. "navigationBarBackgroundColor": "#FFFFFF",
  512. "navigationBarTextStyle": "black"
  513. }
  514. },
  515. {
  516. "path": "prohibited/index",
  517. "style": {
  518. "navigationBarTitleText": "违禁记录",
  519. "navigationBarBackgroundColor": "#FFFFFF",
  520. "navigationBarTextStyle": "black",
  521. "enablePullDownRefresh": true
  522. }
  523. },
  524. {
  525. "path": "prohibited/details",
  526. "style": {
  527. "navigationBarTitleText": "违禁详情",
  528. "navigationBarBackgroundColor": "#FFFFFF",
  529. "navigationBarTextStyle": "black",
  530. "enablePullDownRefresh": false
  531. }
  532. },
  533. {
  534. "path": "consumer/index",
  535. "style": {
  536. "navigationBarTitleText": "客户管理",
  537. "navigationBarBackgroundColor": "#FFFFFF",
  538. "navigationBarTextStyle": "black"
  539. }
  540. },
  541. {
  542. "path": "consumer/consumerSearch",
  543. "style": {
  544. "navigationBarTitleText": "搜索",
  545. "navigationBarBackgroundColor": "#FFFFFF",
  546. "navigationBarTextStyle": "black"
  547. }
  548. },
  549. {
  550. "path": "consumer/consumerDetail",
  551. "style": {
  552. "navigationBarTitleText": "客户详情",
  553. "navigationBarBackgroundColor": "#FFFFFF",
  554. "navigationBarTextStyle": "black"
  555. }
  556. },
  557. {
  558. "path": "consumer/remind",
  559. "style": {
  560. "navigationBarTitleText": "添加提醒",
  561. "navigationBarBackgroundColor": "#FFFFFF",
  562. "navigationBarTextStyle": "black"
  563. }
  564. },
  565. {
  566. "path": "consumer/edit",
  567. "style": {
  568. "navigationBarTitleText": "编辑客户",
  569. "navigationBarBackgroundColor": "#FFFFFF",
  570. "navigationBarTextStyle": "black"
  571. }
  572. },
  573. {
  574. "path": "consumer/newFollowup/newFollowup",
  575. "style": {
  576. "navigationBarTitleText": "写跟进",
  577. "navigationBarBackgroundColor": "#FFFFFF",
  578. "navigationBarTextStyle": "black"
  579. }
  580. }, {
  581. "path": "dataBoard/dataBoard",
  582. "style": {
  583. "navigationBarTitleText": "数据看板",
  584. "enablePullDownRefresh": true
  585. }
  586. }
  587. ,{
  588. "path" : "RuleEditing/RuleEditing",
  589. "style" :
  590. {
  591. "navigationBarTitleText": "编辑指标",
  592. "enablePullDownRefresh": false
  593. }
  594. }
  595. ,{
  596. "path" : "warningList/warningList",
  597. "style" :
  598. {
  599. "navigationBarTitleText": "项目预警",
  600. "enablePullDownRefresh": false
  601. }
  602. }
  603. ]
  604. }
  605. ],
  606. "permission": {
  607. "scope.userLocation": {
  608. "desc": "你的位置信息将用于小程序位置接口的效果展示"
  609. }
  610. },
  611. "networkTimeout": {
  612. "request": 10000,
  613. "downloadFile": 10000
  614. },
  615. "debug": false,
  616. "tabBar": {
  617. "color": "#666",
  618. "selectedColor": "#2671E2",
  619. "borderStyle": "white",
  620. "list": [{
  621. "pagePath": "pages/index/customer",
  622. "iconPath": "/static/images/tabBar/jiedai.png",
  623. "selectedIconPath": "/static/images/tabBar/jiedaiActive.png",
  624. "text": "接待"
  625. },
  626. {
  627. "pagePath": "pages/index/consumer/index",
  628. "iconPath": "/static/images/tabBar/kehu.png",
  629. "selectedIconPath": "/static/images/tabBar/kehuActive.png",
  630. "text": "客户"
  631. },
  632. {
  633. "pagePath": "pages/index/index",
  634. "iconPath": "/static/images/tabBar/work.png",
  635. "selectedIconPath": "/static/images/tabBar/workActive.png",
  636. "text": "工作台"
  637. },
  638. {
  639. "pagePath": "pages/index/learning",
  640. "iconPath": "/static/images/tabBar/xuexi.png",
  641. "selectedIconPath": "/static/images/tabBar/xuexiActive.png",
  642. "text": "学习"
  643. },
  644. {
  645. "pagePath": "pages/index/personal",
  646. "iconPath": "/static/images/tabBar/me.png",
  647. "selectedIconPath": "/static/images/tabBar/meActive.png",
  648. "text": "我的"
  649. }
  650. ]
  651. },
  652. "sitemapLocation": "sitemap.json",
  653. "globalStyle": {
  654. "backgroundColor": "#F6F6F6",
  655. "backgroundTextStyle": "dark",
  656. "navigationBarBackgroundColor": "#fff",
  657. "navigationBarTitleText": "AI销讲助手",
  658. "navigationBarTextStyle": "black"
  659. },
  660. "condition": { //模式配置,仅开发期间生效
  661. "current": 0, //当前激活的模式(list 的索引项)
  662. "list": [{
  663. "name": "访客登记表", //模式名称
  664. "path": "pages/mine/registerForm", //启动页面,必选
  665. "query": "" //启动参数,在页面的onLoad函数里面得到
  666. }]
  667. }
  668. }