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.

17 line
396 B

2 週之前
  1. # 页面标题
  2. VITE_APP_TITLE = 重庆服务热线
  3. # 生产环境配置
  4. VITE_APP_ENV = 'production'
  5. # 达州物流/生产环境
  6. VITE_APP_BASE_API = '/prod-api'
  7. # 是否在打包时开启压缩,支持 gzip 和 brotli
  8. VITE_BUILD_COMPRESS = gzip
  9. # 填客户端访问地址
  10. # k8s政务网ip http://10.14.216.189:9176/dzwllogistics/
  11. VITE_APP_MINIO = 'https://10.14.213.28:9176/dzwllogistics/'