From facdacd9e30c8ea191a518e6d6bcd378b0b38f86 Mon Sep 17 00:00:00 2001 From: admin <15939171744@163.com> Date: 星期五, 15 十一月 2024 19:59:35 +0800 Subject: [PATCH] - --- billion-ui/vue.config.js | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/billion-ui/vue.config.js b/billion-ui/vue.config.js index e0fddbe..2f331d6 100644 --- a/billion-ui/vue.config.js +++ b/billion-ui/vue.config.js @@ -36,7 +36,7 @@ proxy: { // detail: https://cli.vuejs.org/config/#devserver-proxy [process.env.VUE_APP_BASE_API]: { - target: `http://localhost:8083`, + target: `http://localhost:8080`, changeOrigin: true, pathRewrite: { ['^' + process.env.VUE_APP_BASE_API]: '' -- Gitblit v1.9.3