.env.development 220 B

12345678
  1. # 开发环境配置
  2. NODE_ENV = 'development'
  3. # 开发环境API基础URL (通过代理访问,所以使用/api前缀)
  4. VUE_APP_API_BASE_URL = 'https://127.0.0.1:5001'
  5. # 开发环境标识
  6. VUE_APP_ENV = 'development'