Files
huNanHunYuan/acs/nladmin-ui/public/config.js
USER-20220102CG\noblelift 2a49fee9e8 init
2023-03-26 18:52:25 +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'
}
}