.env.production 195 B

123456789101112
  1. # just a flag
  2. ENV = 'production'
  3. # base api
  4. VUE_APP_OAUTH_API = '/oauth/'
  5. VUE_APP_PIM_API = '/pim/'
  6. VUE_APP_OMS_API = '/order/'
  7. VUE_APP_IMS_API='/ims/'
  8. #静态资源
  9. VUE_APP_RESOURCE_URL = ''