Files
WmsStandard/nladmin-ui/public/config.js

10 lines
136 B
JavaScript
Raw Normal View History

2025-06-23 18:18:19 +08:00
window.g = {
dev: {
2025-06-25 10:37:30 +08:00
VUE_APP_BASE_API: 'http://127.0.0.1:8011'
2025-06-23 18:18:19 +08:00
},
prod: {
2025-06-25 10:37:30 +08:00
VUE_APP_BASE_API: 'http://127.0.0.1:8011'
2025-06-23 18:18:19 +08:00
}
}