mirror of
https://gitee.com/xiongmao1988/rax-medical.git
synced 2026-06-12 23:11:46 +08:00
add: 添加连接远程控制代码逻辑
This commit is contained in:
parent
02d3692582
commit
b1ef243773
|
|
@ -23,8 +23,6 @@ export default defineConfig({
|
||||||
server: {
|
server: {
|
||||||
proxy: {
|
proxy: {
|
||||||
'/api': {
|
'/api': {
|
||||||
//target: 'http://localhost:9999', // 目标服务器地址
|
|
||||||
//target: 'http://192.168.1.105:6379', // 目标服务器地址
|
|
||||||
// target: 'http://localhost:9999', // 目标服务器地址
|
// target: 'http://localhost:9999', // 目标服务器地址
|
||||||
target: 'http://110.41.142.124:6379', // 目标服务器地址
|
target: 'http://110.41.142.124:6379', // 目标服务器地址
|
||||||
ws: true, // 是否启用 WebSocket
|
ws: true, // 是否启用 WebSocket
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user