You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

1234567891011121314
  1. export const environment = {
  2. // 开发环境配置
  3. development: {
  4. baseUrl: "https://qtzl.etcjz.cn",
  5. fileUrl: "https://qtzl.etcjz.cn", // 文件服务器路径
  6. appid: "wxa2d9acdd1054e69b"
  7. },
  8. // 生产环境配置
  9. production: {
  10. baseUrl: "https://qtzl.etcjz.cn",
  11. fileUrl: "https://qtzl.etcjz.cn", // 文件服务器路径
  12. appid: "wx06bc6021dc900553"
  13. }
  14. }