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.
 
 
 

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