.env.development 278 B

123456789
  1. # just a flag
  2. ENV = 'development'
  3. # base api
  4. VUE_APP_BASE_API = 'http://wms.xingyunyi.cn/api/'
  5. VUE_APP_SMP_API = 'http://localhost:7123/'
  6. VUE_APP_Remote_API = 'http://localhost:7130/'
  7. VUE_APP_F_API = 'http://120.24.149.148:9521/'
  8. VUE_APP_WMS_API = 'http://localhost:22707/api'