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

11 lines
142 B
JavaScript
Raw Normal View History

2023-10-11 09:55:53 +08:00
window.g = {
dev: {
VUE_APP_BASE_API: 'http://127.0.0.1:8010'
},
prod: {
2024-08-25 15:34:47 +08:00
VUE_APP_BASE_API: 'http://188.188.69.101:8010'
2023-10-11 09:55:53 +08:00
}
}