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.
 
 
 
 

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