From 0957116f41a9ff3f2c9412435170ede738fa995b Mon Sep 17 00:00:00 2001 From: ZZJ <10913410+zzj2100@user.noreply.gitee.com> Date: 星期三, 01 六月 2022 09:56:04 +0800 Subject: [PATCH] bug修复、参数调整 --- vue.config.js | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/vue.config.js b/vue.config.js index b70d2fa..75d9f3a 100644 --- a/vue.config.js +++ b/vue.config.js @@ -14,7 +14,8 @@ proxy: { "/api": { // target: "http://192.168.20.10:7004", - target: "http://192.168.20.174:7070", + // target: "http://192.168.20.174:7070", + target: "http://192.168.20.235:7070", // target: "http://192.168.20.117:7080", // secure: false, changeOrigin: true, -- Gitblit v1.8.0