From 40faecad7970a530ea8ee8866b2d9d87e7948fb4 Mon Sep 17 00:00:00 2001 From: Your Name Date: Sun, 18 Jan 2026 11:10:09 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E6=9C=80=E6=96=B0=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .umirc.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.umirc.ts b/.umirc.ts index c9ee7e9..7f1ef60 100644 --- a/.umirc.ts +++ b/.umirc.ts @@ -14,8 +14,8 @@ export default defineConfig({ }, proxy: { '/api/': { - target: 'http://10.39.13.78:8001', - // target: 'http://10.39.13.78:8001/', + // target: 'http://10.39.13.78:8001', + target: 'http://10.39.13.78:8001/', // target: 'https://test-admin.linyikj.com.cn/', // target: 'https://admin.linyikj.com.cn/', changeOrigin: true,