fix: evaluate status add lock state

This commit is contained in:
jialin
2025-06-12 09:57:25 +08:00
parent 281d8bddc1
commit 1b6cfdbdc4
6 changed files with 71 additions and 22 deletions
-6
View File
@@ -20,12 +20,6 @@ export default function createProxyTable(target?: string) {
ws: true,
log: 'debug',
pathRewrite: (pth: string) => pth.replace(`/^/${api}`, `/${api}`),
// onProxyRes: (proxyRes: any, req: any, res: any) => {
// console.log('headers=========', {
// res: proxyRes.headers,
// req: req.headers
// });
// },
headers: {
origin: newTarget,
Connection: 'keep-alive'