diff --git a/ruoyi-ui/vue.config.js b/ruoyi-ui/vue.config.js index 10f05a2d..339a4b4c 100644 --- a/ruoyi-ui/vue.config.js +++ b/ruoyi-ui/vue.config.js @@ -34,7 +34,7 @@ module.exports = { open: true, proxy: { [process.env.VUE_APP_BASE_API]: { - target: `http://127.0.0.1:80/jhapi`, + target: `http://127.0.0.1:8090/jhapi`, changeOrigin: true, pathRewrite: { ['^' + process.env.VUE_APP_BASE_API]: ''