视频播放操作逻辑优化

This commit is contained in:
15683799673
2025-09-03 01:13:57 +08:00
parent 16cae40428
commit 6b1c4f0192
2 changed files with 133 additions and 126 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://183.230.235.66:11010/api/',
ws: true,
},
},