env.js 286 B

12345678910111213
  1. "use strict";
  2. let showHttpLog = false;
  3. // 变量可自行添加修改
  4. export default { //存放变量的容器
  5. appid: 'wxf1a4dcfdec2f79d3',
  6. baseUrl: 'https://api.hqtly.vip'
  7. // baseUrl: 'http://172.16.66.28:8001'
  8. }
  9. /**
  10. * appid : 小程序appid
  11. * baseUrl : 服务端域名
  12. */