refactor:规范代码格式和注释

This commit is contained in:
ShaoHua
2026-04-06 22:59:16 +08:00
parent 758f6772c6
commit d00a907da0
34 changed files with 1095 additions and 200 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ export default defineConfig({
port: 5174,
proxy: {
'/api': {
target: 'http://localhost:5057',
target: 'http://localhost:5173',
changeOrigin: true,
secure: false,
},