.env.development 131 B

12345678
  1. # 标志
  2. ENV = 'development'
  3. #base api
  4. # 开发环境
  5. VUE_APP_BASE_API ='/api'
  6. VUE_APP_BASE_API_target ='http://localhost:9099'