- NODE_ENV = production
- # just a flag
- ENV = 'staging'
- # base api
- VUE_APP_BASE_API = 'http://wms.xingyunyi.cn/api/'
- VUE_APP_SMP_API = 'http://192.168.2.85:7123/'
- VUE_APP_Remote_API = 'http://localhost:7130/'
- # VUE_APP_BASE_API = 'http://wms.xingyunyi.cn/api/'
- # VUE_APP_SMP_API = 'http://localhost:7123/'
|