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.
 
 
 
 

653 lines
17 KiB

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