From 3c2d7122723b095f362605763e839013ee1612b8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=83=AD=E9=A3=9E?= Date: Thu, 22 May 2025 15:57:56 +0800 Subject: [PATCH] =?UTF-8?q?fix=EF=BC=9A=E4=BF=AE=E6=94=B9=E9=97=AE?= =?UTF-8?q?=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- vite.config.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/vite.config.ts b/vite.config.ts index 4efc2a2..a06b911 100644 --- a/vite.config.ts +++ b/vite.config.ts @@ -30,9 +30,9 @@ export default ({ mode }: ConfigEnv): UserConfig => { // target: 'http://172.22.10.217:8086/api', // 生产环境 // target: 'http://192.168.1.73:32202/api', //测试环境 // target: 'http://localhost:18873', - target: 'http://localhost:18878', + // target: 'http://localhost:18878', // target: 'http://172.22.10.225:22202', //SAP215测试环境 - // target: 'http://172.22.10.218:12202', //SAP218服务环境 + target: 'http://172.22.10.218:12202', //SAP218服务环境 changeOrigin: true, secure: true, rewrite: path =>