From 48404cf68bac37ebe3e0d432cfa781726de5312a Mon Sep 17 00:00:00 2001 From: haoxuan <haoxuan> Date: 星期日, 08 十月 2023 16:45:58 +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