From f3e7aaaac71d48b7c923264da0c4f78929d59f16 Mon Sep 17 00:00:00 2001 From: hshansha Date: Wed, 14 May 2025 09:13:16 +0800 Subject: [PATCH] =?UTF-8?q?=E7=AB=AF=E5=8F=A3=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ruoyi-admin/src/main/resources/application.yml | 2 +- ruoyi-ui/vue.config.js | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ruoyi-admin/src/main/resources/application.yml b/ruoyi-admin/src/main/resources/application.yml index a457df2..3c72337 100644 --- a/ruoyi-admin/src/main/resources/application.yml +++ b/ruoyi-admin/src/main/resources/application.yml @@ -29,7 +29,7 @@ captcha: # 开发环境配置 server: # 服务器的HTTP端口,默认为8080 - port: 8117 + port: 8119 servlet: # 应用的访问路径 context-path: / diff --git a/ruoyi-ui/vue.config.js b/ruoyi-ui/vue.config.js index ce31858..1950eb3 100644 --- a/ruoyi-ui/vue.config.js +++ b/ruoyi-ui/vue.config.js @@ -35,8 +35,8 @@ module.exports = { proxy: { // detail: https://cli.vuejs.org/config/#devserver-proxy [process.env.VUE_APP_BASE_API]: { - //target: `http://localhost:8117`, - target: `http://172.16.9.9:8117`, + //target: `http://localhost:8119`, + target: `http://172.16.9.9:8119`, changeOrigin: true, pathRewrite: { ['^' + process.env.VUE_APP_BASE_API]: ''