config.js 998 B

12345678910111213141516171819202122232425262728293031323334353637383940
  1. var config = {
  2. // api请求地址
  3. baseUrl: 'https://xty-api.wucits.com',
  4. // 图片域名
  5. imgDomain: 'https://pocket.linpeng2023.top/',
  6. // H5端域名
  7. h5Domain: 'https://pocket.linpeng2023.top/',
  8. // 腾讯地图key
  9. mpKey: '{{$mpKey}}',
  10. //客服地址
  11. webSocket: '{{$webSocket}}',
  12. //本地端主动给服务器ping的时间, 0 则不开启 , 单位秒
  13. pingInterval: 1500,
  14. // 版本号
  15. version: '5.1.7',
  16. // schoolBaseData : { //新田园环境数据
  17. // baseUrl : 'https://xty-api.wucits.com',
  18. // redirectUrl : 'https://xty-desk.wucits.com',
  19. // client_id: 'dingy04ejnszjr36475z',
  20. // },
  21. // schoolBaseData : { //瓯越环境数据
  22. // baseUrl : 'http://oy-api.wucits.com',
  23. // redirectUrl : 'http://oy-desk.wucits.com',
  24. // client_id: 'dingfdc8wg6xrkm7rxa1',
  25. // },
  26. schoolBaseData : { //仰义环境数据
  27. baseUrl : 'http://ye-api.wucits.com',
  28. redirectUrl : 'http://ye-desk.wucits.com',
  29. client_id: 'dinguutpiwus2wbjavyz',
  30. },
  31. };
  32. export default config;