From 75224646c0360c38b62c73bf9c14d8d3a83aeb17 Mon Sep 17 00:00:00 2001 From: paidaxing444 <12qwaszx> Date: Mon, 11 Oct 2021 09:25:09 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9C=AC=E4=B8=80=E9=99=A2=E9=95=B7=20?= =?UTF-8?q?=E4=B8=8B=E8=BC=89=20=E9=A0=90=E8=A6=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ruoyi-ui/vue.config.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ruoyi-ui/vue.config.js b/ruoyi-ui/vue.config.js index 70dff57cd..32815c581 100644 --- a/ruoyi-ui/vue.config.js +++ b/ruoyi-ui/vue.config.js @@ -33,8 +33,8 @@ module.exports = { proxy: { // detail: https://cli.vuejs.org/config/#devserver-proxy [process.env.VUE_APP_BASE_API]: { - // target: `http://localhost:8083`, - target: `http://120.53.14.147:9990/`, + target: `http://localhost:8083`, + // target: `http://120.53.14.147:9990/`, changeOrigin: true, pathRewrite: { ['^' + process.env.VUE_APP_BASE_API]: ''