.env.production 101 B

12345
  1. # 线上环境
  2. ENV = 'production'
  3. # 线上环境接口地址
  4. VITE_API_URL = 'https://localhost:5005'