Files

11 lines
137 B
JavaScript
Raw Permalink Normal View History

2023-08-08 10:16:38 +08:00
window.g = {
dev: {
2023-08-08 15:43:34 +08:00
VUE_APP_BASE_API: 'http://127.0.0.1:8010'
2023-08-08 10:16:38 +08:00
},
prod: {
VUE_APP_BASE_API: 'http://127.0.0.1:8010'
}
}