Files
liaoninghexing/acs/nladmin-ui/public/config.js
USER-20220102CG\noblelift cee5a57757 add acs
2023-06-25 19:29:51 +08:00

11 lines
145 B
JavaScript

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