Files
jiaNan/acs/qd/public/config.js
USER-20220102CG\noblelift cf6daacc7e init
2022-09-20 19:59:00 +08:00

11 lines
137 B
JavaScript

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