From e43528753b71b00d6a751f449e1becaabf2968de Mon Sep 17 00:00:00 2001 From: haoxuan <haoxuan> Date: 星期二, 21 十一月 2023 10:46:52 +0800 Subject: [PATCH] Merge branch 'dev' of http://192.168.5.5:10010/r/web/SchedulingDashboard into dev --- vue.config.js | 7 ++++++- 1 files changed, 6 insertions(+), 1 deletions(-) diff --git a/vue.config.js b/vue.config.js index fe7913c..d51a8bb 100644 --- a/vue.config.js +++ b/vue.config.js @@ -67,7 +67,12 @@ 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", ws: true, changeOrigin: true, }, -- Gitblit v1.8.0