modify team store and font

This commit is contained in:
colden
2025-12-24 21:45:08 +08:00
parent 28e1507889
commit 70dd10247a
10 changed files with 135 additions and 11 deletions

View File

@@ -17,8 +17,8 @@ export default defineConfig({
},
server: {
proxy: {
'/api': 'http://localhost:8080',
// '/api': 'http://10.128.50.6:8080',
// '/api': 'http://localhost:8080',
'/api': 'http://10.128.50.6:8080',
},
},
})