.env.production 219 B

1234567891011
  1. # just a flag
  2. ENV = 'production'
  3. # base api
  4. VUE_APP_BASE_API = 'https://jiasm.zfire.top/mallapi/'
  5. # worker api
  6. VUE_APP_WORKER_API = 'https://jiasm.zfire.top/pcapi/'
  7. # publicPath
  8. VUE_APP_PUBLIC_PATH = '/mallmanager/'