Files
maGang/acs/nladmin-ui/public/config.js
USER-20220102CG\noblelift c6664f2203 init
2022-11-17 10:27:12 +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'
}
}