Files
ouLun_wms/nladmin-ui/public/config.js
2025-06-25 10:37:30 +08:00

10 lines
136 B
JavaScript

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