Files
hl_two/acs/qd - 副本/public/config.js
USER-20220102CG\noblelift 54e46e8d05 代码重构
2022-08-29 16:09:25 +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'
}
}