Files
liaoninghexing/acs/nladmin-ui/public/config.js

11 lines
145 B
JavaScript
Raw Normal View History

2023-06-25 19:29:51 +08:00
window.g = {
dev: {
VUE_APP_BASE_API: 'http://192.168.4.210:8010'
},
prod: {
VUE_APP_BASE_API: 'http://192.168.4.210:8010'
}
}