.env.production 384 B

12345678910111213
  1. # 线上环境项目打包路径
  2. VITE_PUBLIC_PATH = /
  3. # 线上环境路由历史模式
  4. VITE_ROUTER_HISTORY = "hash"
  5. # 线上环境后端地址
  6. VITE_PROXY_DOMAIN_REAL = "http://stock.api.wanyuhengtong.com/"
  7. VITE_PROXY_USER_REAL = "http://inv.sitw.wanyuhengtong.com/"
  8. # 是否为打包后的文件提供传统浏览器兼容性支持 支持 true 不支持 false
  9. VITE_LEGACY = false