.env.development 112 B

1234567
  1. ENV = 'development'
  2. // 接口请求地址
  3. VUE_APP_BASE_API = '/api'
  4. VUE_APP_WS_URL = 'ws://localhost:8878/im'