This commit is contained in:
FLL
2025-09-10 17:20:25 +08:00
parent d35577d0e4
commit 60eed1ab12
9 changed files with 116 additions and 30 deletions

View File

@@ -27,7 +27,7 @@ export default defineConfig(async () => {
changeOrigin: true,
rewrite: (path) => path.replace(/^\/api/, ''),
// mock代理目标地址
target: 'http://localhost:8080',
target: 'http://192.168.1.113:8080',
ws: true,
},
},