add: 添加连接远程控制代码逻辑

This commit is contained in:
zhaoyz 2024-07-26 15:33:43 +08:00
parent 02d3692582
commit b1ef243773

View File

@ -23,8 +23,6 @@ export default defineConfig({
server: {
proxy: {
'/api': {
//target: 'http://localhost:9999', // 目标服务器地址
//target: 'http://192.168.1.105:6379', // 目标服务器地址
// target: 'http://localhost:9999', // 目标服务器地址
target: 'http://110.41.142.124:6379', // 目标服务器地址
ws: true, // 是否启用 WebSocket