Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
 
 
 

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