From c07e204da897a616481b1cdb993cd837b3d0a8e4 Mon Sep 17 00:00:00 2001 From: haoxuan <haoxuan> Date: 星期一, 09 十月 2023 19:52:47 +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