.env.production 124 B

1234567
  1. # 环境变量(生产环境)
  2. # 项目上下文path
  3. VITE_PUBLIC_PATH=/
  4. # 后台接口地址
  5. VITE_SERVER_URL=/prod-api