Files
wenZhouGuoJI/acs/nladmin-ui/public/config.js
USER-20220102CG\noblelift 0d51c4229f init
2023-02-08 11:40:45 +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'
}
}