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

11 lines
137 B
JavaScript
Raw Normal View History

2024-09-25 18:47:22 +08:00
window.g = {
dev: {
VUE_APP_BASE_API: 'http://localhost:8020'
},
prod: {
VUE_APP_BASE_API: 'http://localhost:8020'
}
}