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

11 lines
145 B
JavaScript
Raw Normal View History

2023-06-25 10:23:03 +08:00
window.g = {
dev: {
2023-06-25 14:51:46 +08:00
VUE_APP_BASE_API: 'http://192.168.4.210:8010'
2023-06-25 10:23:03 +08:00
},
prod: {
2023-06-25 14:51:46 +08:00
VUE_APP_BASE_API: 'http://192.168.4.210:8010'
2023-06-25 10:23:03 +08:00
}
}