.env.development 109 B

123456
  1. # 开发环境
  2. NODE_ENV=production
  3. # 请求路径
  4. VITE_REQUEST_BASE='/warter/front/v2/api'
  5. VITE_BASE_URL=""