.env.production 88 B

12345
  1. # 线上环境
  2. ENV = 'production'
  3. # 线上环境接口地址
  4. VITE_API_URL = '/prod-api'