多租户商城-平台端
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

9 lines
167 B

  1. NODE_ENV = production
  2. # just a flag
  3. ENV = 'staging'
  4. # base api
  5. VUE_APP_BASE_API = '/stage-api'
  6. VUE_APP_DOMAIN_PREFIX = 'http://36.138.125.206:8081/ceres-admin-api'