From a95ad9fef48fd7ebaae3e5c9ba67d51dd21444ff Mon Sep 17 00:00:00 2001 From: admin <15939171744@163.com> Date: 星期四, 06 三月 2025 18:23:55 +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 e01fb44..2a005c8 100644 --- a/billion-ui/vue.config.js +++ b/billion-ui/vue.config.js @@ -37,7 +37,7 @@ proxy: { // detail: https://cli.vuejs.org/config/#devserver-proxy [process.env.VUE_APP_BASE_API]: { - target: `http://192.168.20.9:8080`, + target: `http://127.0.0.1:8081`, changeOrigin: true, pathRewrite: { ['^' + process.env.VUE_APP_BASE_API]: '' -- Gitblit v1.9.3