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.
 
 
 

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