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]: ''