.env.production 350 B

1234567891011121314151617
  1. NODE_ENV = production
  2. # just a flag
  3. ENV = 'production'
  4. VUE_APP_ENV = 'production'
  5. #base
  6. VUE_APP_BASE = 'https://sxb.zfire.top'
  7. VUE_APP_BASE_OSS = 'https://sxb.zfire.top/zfapi/img/get?key='
  8. # base api
  9. VUE_APP_BASE_API = 'https://sxb.zfire.top/zfapi/'
  10. # appid agentid
  11. VUE_APP_PUBLIC_APPID = 'ww62ea04d5c904dc4a'
  12. VUE_APP_PUBLIC_AGENTID = '1000018'