.env.development 312 B

12345678910111213
  1. # just a flag
  2. ENV = 'development'
  3. #base
  4. VUE_APP_BASE = 'https://jiasm.zfire.top'
  5. # base api
  6. VUE_APP_BASE_OSS = 'https://train-2023.oss-cn-shenzhen.aliyuncs.com/'
  7. VUE_APP_BASE_API = 'https://jiasm.zfire.top/zfapi/'
  8. # appid agentid
  9. VUE_APP_PUBLIC_APPID = 'ww62ea04d5c904dc4a'
  10. VUE_APP_PUBLIC_AGENTID = '1000018'