From 752ad6211b54bbf38bf7dfc5c3a572ae3e15b0d4 Mon Sep 17 00:00:00 2001 From: odc.xiaohui <xiaohui@Q1> Date: 星期五, 03 三月 2023 18:06:47 +0800 Subject: [PATCH] 修改群组交流 --- vue.config.js | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/vue.config.js b/vue.config.js index f2d902b..65e8382 100644 --- a/vue.config.js +++ b/vue.config.js @@ -7,7 +7,7 @@ open: true, proxy: { '/api': { - target: 'http://localhost:8080', + target: 'http://192.168.3.220:8080', changeOrigin: true, pathRewrite: { '^/api': '' -- Gitblit v1.8.0