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.
 
 
 

636 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. // "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. ,{
  291. "path" : "equipmentLog",
  292. "style" :
  293. {
  294. "navigationBarTitleText": "设备日志",
  295. "navigationBarBackgroundColor": "#2671E2",
  296. "navigationBarTextStyle": "white"
  297. }
  298. }
  299. ]
  300. },
  301. {
  302. "root": "pages/learning", //学习
  303. "name": "learning",
  304. "pages": [{
  305. "path": "Thefulltext/index",
  306. "style": {
  307. "navigationBarTitleText": "全文学习",
  308. "navigationBarBackgroundColor": "#FFFFFF",
  309. "navigationBarTextStyle": "black"
  310. }
  311. },
  312. {
  313. "path": "Thefulltext/index2",
  314. "style": {
  315. "navigationBarTitleText": "全文学习",
  316. "navigationBarBackgroundColor": "#FFFFFF",
  317. "navigationBarTextStyle": "black"
  318. }
  319. },
  320. {
  321. "path": "Thefulltext/search",
  322. "style": {
  323. "navigationBarTitleText": "搜索",
  324. "navigationBarBackgroundColor": "#FFFFFF",
  325. "navigationBarTextStyle": "black"
  326. }
  327. },
  328. {
  329. "path": "Keywordsearch",
  330. "style": {
  331. "navigationBarTitleText": "搜索",
  332. "navigationBarBackgroundColor": "#FFFFFF",
  333. "navigationBarTextStyle": "black"
  334. }
  335. },
  336. {
  337. "path": "Equinoctiallearning",
  338. "style": {
  339. "navigationBarTitleText": "分点学习",
  340. "navigationBarBackgroundColor": "#FFFFFF",
  341. "navigationBarTextStyle": "black",
  342. "enablePullDownRefresh": true
  343. }
  344. },
  345. {
  346. "path": "Equinoctial/index",
  347. "style": {
  348. "navigationBarTitleText": "分点学习",
  349. "navigationBarBackgroundColor": "#FFFFFF",
  350. "navigationBarTextStyle": "black"
  351. }
  352. },
  353. {
  354. "path": "Equinoctial/index2",
  355. "style": {
  356. "navigationBarTitleText": "分点学习",
  357. "navigationBarBackgroundColor": "#FFFFFF",
  358. "navigationBarTextStyle": "black"
  359. }
  360. }
  361. ]
  362. },
  363. {
  364. "root": "pages/center", //中心逻辑的模块都放到这里
  365. "name": "center",
  366. "pages": [{
  367. "path": "Piabodata/index",
  368. "style": {
  369. "navigationBarTitleText": "销讲数据",
  370. "navigationBarBackgroundColor": "#FFFFFF",
  371. "navigationBarTextStyle": "black",
  372. "enablePullDownRefresh": true
  373. }
  374. },
  375. {
  376. "path": "Piabodata/Groupcontrast",
  377. "style": {
  378. "navigationBarTitleText": "集团对比",
  379. "navigationBarBackgroundColor": "#FFFFFF",
  380. "navigationBarTextStyle": "black",
  381. "enablePullDownRefresh": true
  382. }
  383. },
  384. {
  385. "path": "Piabodata/Theteamcompared",
  386. "style": {
  387. "navigationBarTitleText": "团队对比",
  388. "navigationBarBackgroundColor": "#FFFFFF",
  389. "navigationBarTextStyle": "black",
  390. "enablePullDownRefresh": true
  391. }
  392. },
  393. {
  394. "path": "Piabodata/selectTeam",
  395. "style": {
  396. "navigationBarTitleText": "选择团队",
  397. "navigationBarBackgroundColor": "#FFFFFF",
  398. "navigationBarTextStyle": "black"
  399. }
  400. },
  401. {
  402. "path": "Piabodata/selectGroup",
  403. "style": {
  404. "navigationBarTitleText": "选择项目",
  405. "navigationBarBackgroundColor": "#FFFFFF",
  406. "navigationBarTextStyle": "black"
  407. }
  408. },
  409. {
  410. "path": "Piabodata/Userinsightinto",
  411. "style": {
  412. "navigationBarTitleText": "客户画像",
  413. "navigationBarBackgroundColor": "#FFFFFF",
  414. "navigationBarTextStyle": "black",
  415. "enablePullDownRefresh": true
  416. }
  417. },
  418. {
  419. "path": "Piabodata/TrendAnalysis",
  420. "style": {
  421. "navigationBarTitleText": "趋势分析",
  422. "navigationBarBackgroundColor": "#FFFFFF",
  423. "navigationBarTextStyle": "black",
  424. "enablePullDownRefresh": true
  425. }
  426. },
  427. {
  428. "path": "Piabodata/StaffAnalysis",
  429. "style": {
  430. "navigationBarTitleText": "员工分析",
  431. "navigationBarBackgroundColor": "#FFFFFF",
  432. "navigationBarTextStyle": "black",
  433. "enablePullDownRefresh": true
  434. }
  435. },
  436. {
  437. "path": "Piabodata/Customerportrait/Detailsofthesearch",
  438. "style": {
  439. "navigationBarTitleText": "搜索",
  440. "navigationBarBackgroundColor": "#FFFFFF",
  441. "navigationBarTextStyle": "black"
  442. }
  443. },
  444. {
  445. "path": "Piabodata/Customerportrait/Receivedetailabout",
  446. "style": {
  447. "navigationBarTitleText": "详情",
  448. "navigationBarBackgroundColor": "#FFFFFF",
  449. "navigationBarTextStyle": "black"
  450. }
  451. },
  452. {
  453. "path": "Piabodata/Customerportrait/Receivingrecords",
  454. "style": {
  455. "navigationBarTitleText": "列表",
  456. "navigationBarBackgroundColor": "#FFFFFF",
  457. "navigationBarTextStyle": "black"
  458. }
  459. },
  460. {
  461. "path": "Piabodata/Employeesstatistics",
  462. "style": {
  463. "navigationBarTitleText": "顾问排名",
  464. "navigationBarBackgroundColor": "#FFFFFF",
  465. "navigationBarTextStyle": "black",
  466. "enablePullDownRefresh": true
  467. }
  468. },
  469. {
  470. "path": "records/index",
  471. "style": {
  472. "navigationBarTitleText": "接待记录",
  473. "navigationBarBackgroundColor": "#FFFFFF",
  474. "navigationBarTextStyle": "black",
  475. "enablePullDownRefresh": true
  476. }
  477. },
  478. {
  479. "path": "records/recordSearch",
  480. "style": {
  481. "navigationBarTitleText": "搜索",
  482. "navigationBarBackgroundColor": "#FFFFFF",
  483. "navigationBarTextStyle": "black"
  484. }
  485. },
  486. {
  487. "path": "prohibited/index",
  488. "style": {
  489. "navigationBarTitleText": "违禁记录",
  490. "navigationBarBackgroundColor": "#FFFFFF",
  491. "navigationBarTextStyle": "black",
  492. "enablePullDownRefresh": true
  493. }
  494. },
  495. {
  496. "path": "prohibited/details",
  497. "style": {
  498. "navigationBarTitleText": "违禁详情",
  499. "navigationBarBackgroundColor": "#FFFFFF",
  500. "navigationBarTextStyle": "black",
  501. "enablePullDownRefresh": false
  502. }
  503. },
  504. {
  505. "path": "consumer/index",
  506. "style": {
  507. "navigationBarTitleText": "客户管理",
  508. "navigationBarBackgroundColor": "#FFFFFF",
  509. "navigationBarTextStyle": "black",
  510. "enablePullDownRefresh": true
  511. }
  512. },
  513. {
  514. "path": "consumer/consumerSearch",
  515. "style": {
  516. "navigationBarTitleText": "搜索",
  517. "navigationBarBackgroundColor": "#FFFFFF",
  518. "navigationBarTextStyle": "black"
  519. }
  520. },
  521. {
  522. "path": "consumer/consumerDetail",
  523. "style": {
  524. "navigationBarTitleText": "客户详情",
  525. "navigationBarBackgroundColor": "#FFFFFF",
  526. "navigationBarTextStyle": "black"
  527. }
  528. },
  529. {
  530. "path": "consumer/remind",
  531. "style": {
  532. "navigationBarTitleText": "添加提醒",
  533. "navigationBarBackgroundColor": "#FFFFFF",
  534. "navigationBarTextStyle": "black"
  535. }
  536. },
  537. {
  538. "path": "consumer/edit",
  539. "style": {
  540. "navigationBarTitleText": "编辑客户",
  541. "navigationBarBackgroundColor": "#FFFFFF",
  542. "navigationBarTextStyle": "black"
  543. }
  544. },
  545. {
  546. "path": "consumer/newFollowup/newFollowup",
  547. "style": {
  548. "navigationBarTitleText": "写跟进",
  549. "navigationBarBackgroundColor": "#FFFFFF",
  550. "navigationBarTextStyle": "black"
  551. }
  552. }
  553. ]
  554. }
  555. ],
  556. "permission": {
  557. "scope.userLocation": {
  558. "desc": "你的位置信息将用于小程序位置接口的效果展示"
  559. }
  560. },
  561. "networkTimeout": {
  562. "request": 10000,
  563. "downloadFile": 10000
  564. },
  565. "debug": false,
  566. "tabBar": {
  567. "color": "#8E8E8E",
  568. "selectedColor": "#1296db",
  569. "borderStyle": "white",
  570. "list": [{
  571. "pagePath": "pages/index/index"
  572. // "iconPath": "/static/images/tabBar/home.png",
  573. // "selectedIconPath": "/static/images/tabBar/homeActive.png",
  574. // "text": "首页"
  575. },
  576. {
  577. "pagePath": "pages/index/customer"
  578. // "iconPath": "/static/images/tabBar/customer.png",
  579. // "selectedIconPath": "/static/images/tabBar/customerActive.png",
  580. // "text": "接待"
  581. },
  582. {
  583. "pagePath": "pages/index/learning"
  584. // "iconPath": "/static/images/tabBar/voice.png",
  585. // "selectedIconPath": "/static/images/tabBar/voiceActive.png",
  586. // "text": "学习"
  587. },
  588. {
  589. "pagePath": "pages/index/personal"
  590. // "iconPath": "/static/images/tabBar/user.png",
  591. // "selectedIconPath": "/static/images/tabBar/userActive.png",
  592. // "text": "个人"
  593. }
  594. ]
  595. },
  596. "sitemapLocation": "sitemap.json",
  597. "globalStyle": {
  598. "backgroundColor": "#F6F6F6",
  599. "backgroundTextStyle": "dark",
  600. "navigationBarBackgroundColor": "#fff",
  601. "navigationBarTitleText": "数智工牌",
  602. "navigationBarTextStyle": "black"
  603. },
  604. "condition" : { //模式配置,仅开发期间生效
  605. "current": 0, //当前激活的模式(list 的索引项)
  606. "list": [
  607. {
  608. "name": "访客二维码", //模式名称
  609. "path": "pages/mine/registerForm", //启动页面,必选
  610. "query": "" //启动参数,在页面的onLoad函数里面得到
  611. }
  612. ]
  613. }
  614. }