.env.production 118 B

123456
  1. # 线上环境
  2. NODE_ENV = "production"
  3. # 线上环境接口地址
  4. VITE_APP_BASE_API = '/api'
  5. VITE_APP_ENV=production