Files

10 lines
144 B
JavaScript
Raw Permalink Normal View History

2024-09-10 09:27:27 +08:00
window.g = {
dev: {
2025-02-14 14:43:43 +08:00
VUE_APP_BASE_API: 'http://10.200.172.67:8011'
2024-09-10 09:27:27 +08:00
},
prod: {
2025-02-14 14:43:43 +08:00
VUE_APP_BASE_API: 'http://10.200.172.67:8011'
2024-09-10 09:27:27 +08:00
}
}