Files
fengtianDL_lms/nladmin-ui/public/config.js

10 lines
136 B
JavaScript
Raw Normal View History

2024-05-27 14:15:48 +08:00
window.g = {
dev: {
2025-12-05 09:26:00 +08:00
VUE_APP_BASE_API: 'http://localhost:8010'
2024-05-27 14:15:48 +08:00
},
prod: {
2025-12-05 09:26:00 +08:00
VUE_APP_BASE_API: 'http://localhost:8010'
2024-05-27 14:15:48 +08:00
}
}