.env.production 115 B

12345
  1. VITE_API_ENV = 'prod'
  2. # 请求域名
  3. NUXT_API_URL=http://127.0.0.1:8081
  4. # 接口默认前缀
  5. NUXT_API_PREFIX=/api/