This commit is contained in:
fyy
2025-06-25 16:19:55 +08:00
parent 234c0f8096
commit 027ba5b2a3
2 changed files with 3 additions and 2 deletions

View File

@@ -28,7 +28,8 @@ export default defineConfig(async () => {
rewrite: (path) => path.replace(/^\/api/, ''),
// mock代理目标地址
// target: 'http://by.missmoc.top:3010/',
target: 'http://127.0.0.1:8080/',
// target: 'http://127.0.0.1:8080/',
target: 'http://47.109.37.87:3010',
ws: true,
},
},