first commit

This commit is contained in:
2026-03-03 19:33:16 +08:00
commit 7d333f219f
904 changed files with 72462 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:8011'
},
prod: {
VUE_APP_BASE_API: 'http://127.0.0.1:8011'
}
}