添加项目

This commit is contained in:
2025-02-06 16:28:53 +08:00
parent c7081f4f25
commit 52e055f647
1473 changed files with 145343 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
window.g = {
dev: {
VUE_APP_BASE_API: 'http://127.0.0.1:8010'
},
prod: {
VUE_APP_BASE_API: 'http://172.18.10.14:8010'
}
}