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

11 lines
137 B
JavaScript
Raw Normal View History

2022-07-06 18:32:05 +08:00
window.g = {
dev: {
2024-05-10 14:19:13 +08:00
VUE_APP_BASE_API: 'http://localhost:8020'
2022-07-06 18:32:05 +08:00
},
prod: {
2024-05-10 14:19:13 +08:00
VUE_APP_BASE_API: 'http://localhost:8020'
2022-07-06 18:32:05 +08:00
}
}