.env.development 308 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://jiasm.zfire.top/zfdapi/img/get?key='
  7. VUE_APP_BASE_API = 'https://jiasm.zfire.top/zfdapi/'
  8. # appid agentid
  9. VUE_APP_PUBLIC_APPID = 'ww62ea04d5c904dc4a'
  10. VUE_APP_PUBLIC_AGENTID = '1000018'