From 721fa67fe4d252d36c574a2a8ee6a4c837de6514 Mon Sep 17 00:00:00 2001 From: FPC5719 Date: Sun, 14 Feb 2021 19:58:06 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- vue.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vue.config.js b/vue.config.js index 9cc5711..48481f8 100644 --- a/vue.config.js +++ b/vue.config.js @@ -31,7 +31,7 @@ module.exports = { /* 跨域代理 */ proxy: { "/api": { - target: "http://localhost:5000/", + target: "101.200.126.111:5000/", /* 允许跨域 */ changeOrigin: true, ws: true, -- Gitee