From aa4f970f6d0a2c88111e1e9baf58c8626c38068c Mon Sep 17 00:00:00 2001 From: haoxuan <haoxuan> Date: 星期日, 08 十月 2023 16:30:29 +0800 Subject: [PATCH] Merge branch 'wn' of http://192.168.5.5:10010/r/web/SchedulingDashboard into wn --- 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