9 lines
144 B

window.g = {
dev: {
VUE_APP_BASE_API: 'http://10.200.172.67:8011'
},
prod: {
VUE_APP_BASE_API: 'http://10.200.172.67:8011'
}
}