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.
 
 
 
 

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