This commit is contained in:
FLL
2025-09-05 14:44:26 +08:00
parent 3f2fe7bdd2
commit 6ee86ba7f9
4 changed files with 27 additions and 33 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.110:8080',
ws: true,
},
},