This commit is contained in:
2026-01-22 23:48:02 +08:00
parent 5e5f56fc9a
commit a38cc623e6

View File

@@ -79,12 +79,6 @@ export default defineConfig({
target: 'https://kevisual.xiongxiao.me',
changeOrigin: true,
},
'/api': {
target: 'http://localhost:4005',
changeOrigin: true,
ws: true,
rewrite: (path) => path.replace(/^\/api/, '/api'),
},
...proxy,
},
},