refactor(config): 移除 WebSocket 代理配置

master
钟良源 4 months ago
parent 1a8629d84c
commit 11c796aa75

@ -58,10 +58,6 @@ module.exports = withLess(
source: '/api/:path*',
destination: `${target}/api/:path*` // api代理
}
// {
// source: '/ws/:path*',
// destination: `${target.replace('http', 'ws')}/WS/:path*` // WebSocket 代理
// }
];
},
pageExtensions: ['tsx']

Loading…
Cancel
Save