This commit is contained in:
2025-04-11 09:21:08 +08:00
commit 6432f36d31
578 changed files with 49012 additions and 0 deletions

9
public/config.js Normal file
View File

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