Files
yongYuJiaJu/acs/nladmin-ui/public/config.js
USER-20220102CG\noblelift 93053fd086 更新
2022-11-11 08:50:07 +08:00

11 lines
144 B
JavaScript

window.g = {
dev: {
VUE_APP_BASE_API: 'http://192.168.4.116:8010'
},
prod: {
VUE_APP_BASE_API: 'http://192.168.4.1168010'
}
}