功能开发

This commit is contained in:
jiangdong
2025-10-05 23:44:27 +08:00
parent d81cf186b0
commit 031b1f9d77
96 changed files with 6271 additions and 493 deletions

View File

@@ -13,7 +13,7 @@ export default defineConfig({
port: 3000,
proxy: {
'/api': {
target: 'http://localhost:5000',
target: 'http://localhost:5238',
changeOrigin: true,
},
},