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.
 
 
 

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