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.
 
 
 
 

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