Files
zhuzhouzhongwu/lms/nladmin-ui/public/config.js

12 lines
144 B
JavaScript
Raw Normal View History

2025-06-23 18:18:19 +08:00
window.g = {
dev: {
2025-10-30 11:25:33 +08:00
VUE_APP_BASE_API: 'http://10.37.84.130:8011'
2025-06-23 18:18:19 +08:00
},
prod: {
2025-10-30 11:25:33 +08:00
VUE_APP_BASE_API: 'http://10.37.84.130:8011'
2025-06-23 18:18:19 +08:00
}
}
2025-10-16 09:42:08 +08:00