From f6ad52119ce752858edda6d5bf95f8e89a3e3e39 Mon Sep 17 00:00:00 2001 From: 13693261870 <252740454@qq.com> Date: 星期日, 25 八月 2024 19:33:38 +0800 Subject: [PATCH] 1 --- se-ui/vue.config.js | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/se-ui/vue.config.js b/se-ui/vue.config.js index 4bd6086..c4cf73e 100644 --- a/se-ui/vue.config.js +++ b/se-ui/vue.config.js @@ -34,7 +34,8 @@ proxy: { // detail: https://cli.vuejs.org/config/#devserver-proxy [process.env.VUE_APP_BASE_API]: { - target: `http://192.168.11.203:8090`, + target: `http://localhost:8080`, + //target: `http://192.168.11.203:8090`, changeOrigin: true, pathRewrite: { ['^' + process.env.VUE_APP_BASE_API]: '' -- Gitblit v1.9.3