From 8b3f4296124c6dfc63990df4a06d6563fac29234 Mon Sep 17 00:00:00 2001 From: chenze <1824191732@qq.com> Date: Tue, 8 Oct 2024 09:12:51 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=AF=B9=E5=BA=94bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- vue.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vue.config.js b/vue.config.js index 1d3805e..28e8c00 100644 --- a/vue.config.js +++ b/vue.config.js @@ -108,7 +108,7 @@ const vueConfig = { port: 8000, proxy: { '/api': { - target: 'http://192.168.1.47:9227', + target: 'http://localhost:9227', // target: 'https://www.chuangzhikj.com/saas-ics', pathRewrite: { '^/api': '' }, ws: false,