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

10 lines
144 B
JavaScript
Raw Normal View History

2023-10-31 09:44:35 +08:00
window.g = {
dev: {
VUE_APP_BASE_API: 'http://192.168.8.162:8010'
2023-10-31 09:44:35 +08:00
},
prod: {
VUE_APP_BASE_API: 'http://192.168.8.162:8010'
2023-10-31 09:44:35 +08:00
}
}