Skip to content

env环境

.env.development

  • VITE_BASE_API 接口base api
  • VITE_BASE_PATH 接口域名,开发过程中,为了避免跨域问题,通常是代理的后端地址

.env.production

同env.development