From 17d52ced4ad23ec5dfc58135bfffdab969cf92bb Mon Sep 17 00:00:00 2001 From: xsx <825657193@qq.com> Date: Sun, 28 Jul 2024 01:29:31 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BE=A4=E8=81=8A=E6=98=B5=E7=A7=B0=E5=A4=87?= =?UTF-8?q?=E6=B3=A8=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- im-uniapp/vite.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/im-uniapp/vite.config.js b/im-uniapp/vite.config.js index b361bf8..4cc96e9 100644 --- a/im-uniapp/vite.config.js +++ b/im-uniapp/vite.config.js @@ -11,7 +11,7 @@ export default defineConfig({ '/api': { rewrite: path => path.replace(/^\/api/, ''), logLevel: 'debug', - target: 'http://192.168.2.67:8888', + target: 'http://127.0.0.1:8888', changeOrigin: true },