Files
wms1.0/wms_pro/qd/public/config.js
zhangzq ce7403b682 init
2024-02-02 17:54:37 +08:00

10 lines
119 B
JavaScript

window.g = {
dev: {
VUE_APP_BASE_API: '/'
},
prod: {
VUE_APP_BASE_API: 'http://192.168.46.5:8011'
}
}