Files
acs1.0/qd/public/config.js
USER-20220102CG\noblelift a91ca9f560 更新
2022-09-19 10:20:46 +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'
}
}