From 3f23422c13226ce37150afed0b4d8d0309da45d3 Mon Sep 17 00:00:00 2001 From: hdy <1105738590@qq.com> Date: 星期二, 25 三月 2025 19:24:40 +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 2a005c8..d4503dd 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://127.0.0.1:8081`, + target: `http://localhost:8081`, changeOrigin: true, pathRewrite: { ['^' + process.env.VUE_APP_BASE_API]: '' -- Gitblit v1.9.3