From 0ed3eb7a436d722191ad41165408bbbb10adaa32 Mon Sep 17 00:00:00 2001 From: guonan <guonan201020@163.com> Date: 星期四, 01 五月 2025 13:09:57 +0800 Subject: [PATCH] 修改 --- vue.config.js | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/vue.config.js b/vue.config.js index 64856f6..54216e7 100644 --- a/vue.config.js +++ b/vue.config.js @@ -21,7 +21,8 @@ hot: true, proxy: { '/api': { - target: 'http://192.168.56.107:8077', + // target: 'http://192.168.56.107:8077', + target: 'http://192.168.1.104:8078', changeOrigin: true, // pathRewrite: { // '^/api': '' -- Gitblit v1.9.3