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

11 lines
137 B
JavaScript
Raw Normal View History

2025-05-19 16:33:07 +08:00
window.g = {
dev: {
VUE_APP_BASE_API: 'http://localhost:8081'
},
prod: {
VUE_APP_BASE_API: 'http://localhost:8081'
}
}