From a1a6630f2eabfc78a379b5808b1bf7231a084d0b Mon Sep 17 00:00:00 2001 From: haoxuan <haoxuan> Date: 星期三, 11 十月 2023 18:02:44 +0800 Subject: [PATCH] 工序弹框的 列表和详情的更新同步 --- vue.config.js | 9 +++++++-- 1 files changed, 7 insertions(+), 2 deletions(-) diff --git a/vue.config.js b/vue.config.js index ee75c91..d51a8bb 100644 --- a/vue.config.js +++ b/vue.config.js @@ -66,8 +66,13 @@ ws: true, changeOrigin: true, }, - "/v1/task": { - target: "http://192.168.20.120:8003", + "/v1/": { + // 蹇楄秴 + // target: "http://127.0.0.1:8003", + // 寮犻獮鏈湴 + // target: "http://192.168.20.120:8003", + // 鍗氬畤 + target: "http://192.168.20.119:8003", ws: true, changeOrigin: true, }, -- Gitblit v1.8.0