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.
 
 
 

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