This commit is contained in:
zhangzq
2026-06-01 15:03:53 +08:00
parent e5677ec7d1
commit 4d24d4ac7d
737 changed files with 159 additions and 289 deletions

View File

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