Files
nanYangWoLong/acs/qd/public/config.js
USER-20220102CG\noblelift 31936a81f5 add qd
2023-06-12 13:51:11 +08:00

11 lines
117 B
JavaScript

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