From e8c72de17374fc43a6460fb94cf3aef657e79812 Mon Sep 17 00:00:00 2001 From: songshankun <songshankun@foxmail.com> Date: 星期日, 08 十月 2023 13:35:15 +0800 Subject: [PATCH] fix: 修复下发参数后再次点开任务弹窗自动关闭的问题 --- vue.config.js | 9 ++++++++- 1 files changed, 8 insertions(+), 1 deletions(-) diff --git a/vue.config.js b/vue.config.js index fe7913c..cd9a548 100644 --- a/vue.config.js +++ b/vue.config.js @@ -67,7 +67,14 @@ changeOrigin: true, }, "/v1/": { - target: "http://127.0.0.1:8003", + // 蹇楄秴 + // target: "http://127.0.0.1:8003", + // 寮犻獮鏈湴 + // target: "http://192.168.20.120:8003", + // 鍗氬畤 + // target: "http://192.168.20.119:8003", + // 绾夸笂 + target: "http://192.168.8.113:8080", ws: true, changeOrigin: true, }, -- Gitblit v1.8.0