From b2df14d6b55db7fbede04dd59b701c5de3c93328 Mon Sep 17 00:00:00 2001 From: leiqiaochu Date: Thu, 16 Feb 2023 16:41:02 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E4=BB=A3=E7=90=86=E5=9C=B0=E5=9D=80?= =?UTF-8?q?=E6=81=A2=E5=A4=8D?= 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 3fca4903..9c86c17e 100644 --- a/vite.config.ts +++ b/vite.config.ts @@ -82,8 +82,8 @@ export default defineConfig(({ mode}) => { // target: 'http://192.168.33.22:8800', // target: 'http://192.168.32.244:8881', // target: 'http://47.112.135.104:5096', // opcua - target: 'http://120.77.179.54:8844', // 120测试 - // target: 'http://47.108.63.174:8845', // 测试 + // target: 'http://120.77.179.54:8844', // 120测试 + target: 'http://47.108.63.174:8845', // 测试 changeOrigin: true, rewrite: (path) => path.replace(/^\/api/, '') }