您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
 
 
 

643 行
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. //这下面是分包
  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. "path": "selectBuilding",
  232. "style": {
  233. "navigationBarTitleText": "切换项目",
  234. "navigationBarBackgroundColor": "#FFFFFF",
  235. "navigationBarTextStyle": "black"
  236. }
  237. }, {
  238. "path": "registerCode",
  239. "style": {
  240. "navigationBarTitleText": "访客登记码",
  241. "navigationBarBackgroundColor": "#2671E2",
  242. "navigationBarTextStyle": "white"
  243. }
  244. }, {
  245. "path": "registerForm",
  246. "style": {
  247. "navigationBarTitleText": "访客登记表",
  248. "navigationBarBackgroundColor": "#2671E2",
  249. "navigationBarTextStyle": "white"
  250. }
  251. },
  252. {
  253. "path": "registerResult",
  254. "style": {
  255. "navigationBarTitleText": "访客登记表",
  256. "navigationBarBackgroundColor": "#2671E2",
  257. "navigationBarTextStyle": "white"
  258. }
  259. }, {
  260. "path": "messageDetail",
  261. "style": {
  262. "navigationBarTitleText": "公告详情",
  263. "navigationBarBackgroundColor": "#2671E2",
  264. "navigationBarTextStyle": "white"
  265. }
  266. }, {
  267. "path": "messageDetails",
  268. "style": {
  269. "navigationBarTitleText": "隐私协议",
  270. "navigationBarBackgroundColor": "#fff",
  271. "navigationBarTextStyle": "black"
  272. }
  273. }, {
  274. "path": "equipmentLog",
  275. "style": {
  276. "navigationBarTitleText": "设备日志",
  277. "navigationBarBackgroundColor": "#2671E2",
  278. "navigationBarTextStyle": "transparent",
  279. "navigationStyle": "custom"
  280. }
  281. }
  282. ]
  283. },
  284. {
  285. "root": "pages/learning", //学习
  286. "name": "learning",
  287. "pages": [{
  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/reportExcel", //中心逻辑的模块都放到这里
  348. "name": "reportExcel",
  349. "pages": [{
  350. "path": "weekReport",
  351. "style": {
  352. "navigationBarTitleText": "数智工牌周报",
  353. "navigationBarBackgroundColor": "#ffffff",
  354. "navigationBarTextStyle": "black"
  355. }
  356. },{
  357. "path": "dayReport",
  358. "style": {
  359. "navigationBarTitleText": "数智工牌日报",
  360. "navigationBarBackgroundColor": "#ffffff",
  361. "navigationBarTextStyle": "black"
  362. }
  363. }
  364. ]
  365. },
  366. {
  367. "root": "pages/center", //中心逻辑的模块都放到这里
  368. "name": "center",
  369. "pages": [{
  370. "path": "Piabodata/index",
  371. "style": {
  372. "navigationBarTitleText": "销讲数据",
  373. "navigationBarBackgroundColor": "#FFFFFF",
  374. "navigationBarTextStyle": "black",
  375. "enablePullDownRefresh": true
  376. }
  377. },
  378. {
  379. "path": "Piabodata/Groupcontrast",
  380. "style": {
  381. "navigationBarTitleText": "集团对比",
  382. "navigationBarBackgroundColor": "#FFFFFF",
  383. "navigationBarTextStyle": "black",
  384. "enablePullDownRefresh": true
  385. }
  386. },
  387. {
  388. "path": "Piabodata/Theteamcompared",
  389. "style": {
  390. "navigationBarTitleText": "团队对比",
  391. "navigationBarBackgroundColor": "#FFFFFF",
  392. "navigationBarTextStyle": "black",
  393. "enablePullDownRefresh": true
  394. }
  395. },
  396. {
  397. "path": "Piabodata/selectTeam",
  398. "style": {
  399. "navigationBarTitleText": "选择团队",
  400. "navigationBarBackgroundColor": "#FFFFFF",
  401. "navigationBarTextStyle": "black"
  402. }
  403. },
  404. {
  405. "path": "Piabodata/selectGroup",
  406. "style": {
  407. "navigationBarTitleText": "选择项目",
  408. "navigationBarBackgroundColor": "#FFFFFF",
  409. "navigationBarTextStyle": "black"
  410. }
  411. },
  412. {
  413. "path": "Piabodata/Userinsightinto",
  414. "style": {
  415. "navigationBarTitleText": "客户画像",
  416. "navigationBarBackgroundColor": "#FFFFFF",
  417. "navigationBarTextStyle": "black",
  418. "enablePullDownRefresh": true
  419. }
  420. },
  421. {
  422. "path": "Piabodata/TrendAnalysis",
  423. "style": {
  424. "navigationBarTitleText": "趋势分析",
  425. "navigationBarBackgroundColor": "#FFFFFF",
  426. "navigationBarTextStyle": "black",
  427. "enablePullDownRefresh": true
  428. }
  429. },
  430. {
  431. "path": "Piabodata/StaffAnalysis",
  432. "style": {
  433. "navigationBarTitleText": "员工分析",
  434. "navigationBarBackgroundColor": "#FFFFFF",
  435. "navigationBarTextStyle": "black",
  436. "enablePullDownRefresh": true
  437. }
  438. },
  439. {
  440. "path": "Piabodata/Customerportrait/Detailsofthesearch",
  441. "style": {
  442. "navigationBarTitleText": "搜索",
  443. "navigationBarBackgroundColor": "#FFFFFF",
  444. "navigationBarTextStyle": "black"
  445. }
  446. },
  447. {
  448. "path": "Piabodata/Customerportrait/Receivedetailabout",
  449. "style": {
  450. "navigationBarTitleText": "详情",
  451. "navigationBarBackgroundColor": "#FFFFFF",
  452. "navigationBarTextStyle": "black"
  453. }
  454. },
  455. {
  456. "path": "Piabodata/Customerportrait/Receivingrecords",
  457. "style": {
  458. "navigationBarTitleText": "列表",
  459. "navigationBarBackgroundColor": "#FFFFFF",
  460. "navigationBarTextStyle": "black"
  461. }
  462. },
  463. {
  464. "path": "Piabodata/Employeesstatistics",
  465. "style": {
  466. "navigationBarTitleText": "顾问排名",
  467. "navigationBarBackgroundColor": "#FFFFFF",
  468. "navigationBarTextStyle": "black",
  469. "enablePullDownRefresh": true
  470. }
  471. },
  472. {
  473. "path": "Piabodata/requireminingAnalysis",
  474. "style": {
  475. "navigationBarTitleText": "需求挖掘分析",
  476. "navigationBarBackgroundColor": "#FFFFFF",
  477. "navigationBarTextStyle": "black",
  478. "enablePullDownRefresh": true
  479. }
  480. },
  481. {
  482. "path": "records/index",
  483. "style": {
  484. "navigationBarTitleText": "接待记录",
  485. "navigationBarBackgroundColor": "#FFFFFF",
  486. "navigationBarTextStyle": "black",
  487. "enablePullDownRefresh": true
  488. }
  489. },
  490. {
  491. "path": "records/recordSearch",
  492. "style": {
  493. "navigationBarTitleText": "搜索",
  494. "navigationBarBackgroundColor": "#FFFFFF",
  495. "navigationBarTextStyle": "black"
  496. }
  497. },
  498. {
  499. "path": "prohibited/index",
  500. "style": {
  501. "navigationBarTitleText": "违禁记录",
  502. "navigationBarBackgroundColor": "#FFFFFF",
  503. "navigationBarTextStyle": "black",
  504. "enablePullDownRefresh": true
  505. }
  506. },
  507. {
  508. "path": "prohibited/details",
  509. "style": {
  510. "navigationBarTitleText": "违禁详情",
  511. "navigationBarBackgroundColor": "#FFFFFF",
  512. "navigationBarTextStyle": "black",
  513. "enablePullDownRefresh": false
  514. }
  515. },
  516. {
  517. "path": "consumer/index",
  518. "style": {
  519. "navigationBarTitleText": "客户管理",
  520. "navigationBarBackgroundColor": "#FFFFFF",
  521. "navigationBarTextStyle": "black",
  522. "enablePullDownRefresh": true
  523. }
  524. },
  525. {
  526. "path": "consumer/consumerSearch",
  527. "style": {
  528. "navigationBarTitleText": "搜索",
  529. "navigationBarBackgroundColor": "#FFFFFF",
  530. "navigationBarTextStyle": "black"
  531. }
  532. },
  533. {
  534. "path": "consumer/consumerDetail",
  535. "style": {
  536. "navigationBarTitleText": "客户详情",
  537. "navigationBarBackgroundColor": "#FFFFFF",
  538. "navigationBarTextStyle": "black"
  539. }
  540. },
  541. {
  542. "path": "consumer/remind",
  543. "style": {
  544. "navigationBarTitleText": "添加提醒",
  545. "navigationBarBackgroundColor": "#FFFFFF",
  546. "navigationBarTextStyle": "black"
  547. }
  548. },
  549. {
  550. "path": "consumer/edit",
  551. "style": {
  552. "navigationBarTitleText": "编辑客户",
  553. "navigationBarBackgroundColor": "#FFFFFF",
  554. "navigationBarTextStyle": "black"
  555. }
  556. },
  557. {
  558. "path": "consumer/newFollowup/newFollowup",
  559. "style": {
  560. "navigationBarTitleText": "写跟进",
  561. "navigationBarBackgroundColor": "#FFFFFF",
  562. "navigationBarTextStyle": "black"
  563. }
  564. }
  565. ]
  566. }
  567. ],
  568. "permission": {
  569. "scope.userLocation": {
  570. "desc": "你的位置信息将用于小程序位置接口的效果展示"
  571. }
  572. },
  573. "networkTimeout": {
  574. "request": 10000,
  575. "downloadFile": 10000
  576. },
  577. "debug": false,
  578. "tabBar": {
  579. "color": "#8E8E8E",
  580. "selectedColor": "#1296db",
  581. "borderStyle": "white",
  582. "list": [{
  583. "pagePath": "pages/index/index"
  584. // "iconPath": "/static/images/tabBar/home.png",
  585. // "selectedIconPath": "/static/images/tabBar/homeActive.png",
  586. // "text": "首页"
  587. },
  588. {
  589. "pagePath": "pages/index/customer"
  590. // "iconPath": "/static/images/tabBar/customer.png",
  591. // "selectedIconPath": "/static/images/tabBar/customerActive.png",
  592. // "text": "接待"
  593. },
  594. {
  595. "pagePath": "pages/index/learning"
  596. // "iconPath": "/static/images/tabBar/voice.png",
  597. // "selectedIconPath": "/static/images/tabBar/voiceActive.png",
  598. // "text": "学习"
  599. },
  600. {
  601. "pagePath": "pages/index/personal"
  602. // "iconPath": "/static/images/tabBar/user.png",
  603. // "selectedIconPath": "/static/images/tabBar/userActive.png",
  604. // "text": "个人"
  605. }
  606. ]
  607. },
  608. "sitemapLocation": "sitemap.json",
  609. "globalStyle": {
  610. "backgroundColor": "#F6F6F6",
  611. "backgroundTextStyle": "dark",
  612. "navigationBarBackgroundColor": "#fff",
  613. "navigationBarTitleText": "数智工牌",
  614. "navigationBarTextStyle": "black"
  615. },
  616. "condition": { //模式配置,仅开发期间生效
  617. "current": 0, //当前激活的模式(list 的索引项)
  618. "list": [{
  619. "name": "访客二维码", //模式名称
  620. "path": "pages/mine/registerForm", //启动页面,必选
  621. "query": "" //启动参数,在页面的onLoad函数里面得到
  622. }]
  623. }
  624. }