Files
ftdlDTY_acs/acs2/nladmin-ui/public/config.js

10 lines
136 B
JavaScript
Raw Normal View History

2025-11-11 19:34:21 +08:00
window.g = {
dev: {
VUE_APP_BASE_API: 'http://localhost:8011'
2025-11-11 19:34:21 +08:00
},
prod: {
VUE_APP_BASE_API: 'http://localhost:8011'
2025-11-11 19:34:21 +08:00
}
}