Files
zhuzhouzhongwu/lms/nladmin-ui/public/config.js
2025-10-30 11:25:33 +08:00

12 lines
144 B
JavaScript

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