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.
 
 
 

605 lines
16 KiB

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