.env.test 82 B

1234
  1. # 开发环境配置
  2. ENV = 'test'
  3. # 请求基础api
  4. VUE_APP_BASE_API = '/test-api'