No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.
 
 
 

626 líneas
16 KiB

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