.env.development 373 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_API = 'https://fw.gd-jxm.com/gateway/pcapi/'
  7. # VUE_APP_BASE_OSS = 'https://fw.gd-jxm.com/gateway/pcapi/img/get?key='
  8. VUE_APP_BASE_API = 'https://jiasm.zfire.top/zfapi/'
  9. # appid agentid
  10. VUE_APP_PUBLIC_APPID = 'ww62ea04d5c904dc4a'
  11. VUE_APP_PUBLIC_AGENTID = '1000018'