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

11 lines
145 B
JavaScript
Raw Normal View History

2022-10-15 17:49:51 +08:00
window.g = {
dev: {
2022-12-24 19:02:32 +08:00
VUE_APP_BASE_API: 'http://192.168.4.117:8010'
2022-10-15 17:49:51 +08:00
},
prod: {
2022-12-24 19:02:32 +08:00
VUE_APP_BASE_API: 'http://192.168.4.117:8010'
2022-10-15 17:49:51 +08:00
}
}