From f69863e58bccfb7744ab7eb3f49f40dc4b1b3ec5 Mon Sep 17 00:00:00 2001 From: mengff <1198151809@qq.com> Date: Mon, 15 Jan 2024 16:28:58 +0800 Subject: [PATCH] =?UTF-8?q?--=E6=9B=B4=E6=94=B9=E5=89=8D=E7=AB=AF=E5=AF=B9?= =?UTF-8?q?=E5=BA=94=E5=90=8E=E7=AB=AF=E6=8E=A5=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ruoyi-ui/vue.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ruoyi-ui/vue.config.js b/ruoyi-ui/vue.config.js index 8496ed46..8351da0c 100644 --- a/ruoyi-ui/vue.config.js +++ b/ruoyi-ui/vue.config.js @@ -34,7 +34,7 @@ module.exports = { proxy: { // detail: https://cli.vuejs.org/config/#devserver-proxy [process.env.VUE_APP_BASE_API]: { - target: `http://127.0.0.1:8080`, + target: `http://127.0.0.1:8087`, changeOrigin: true, pathRewrite: { ['^' + process.env.VUE_APP_BASE_API]: ''