From 35954b4d91907e86caf07cb6220e393439c78866 Mon Sep 17 00:00:00 2001 From: qb <1191961160@qq.com> Date: Thu, 28 Sep 2023 18:15:35 +0800 Subject: [PATCH] =?UTF-8?q?=E5=90=88=E5=B9=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- vite.config.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/vite.config.js b/vite.config.js index 1e8fba51..fc0b1428 100644 --- a/vite.config.js +++ b/vite.config.js @@ -15,8 +15,8 @@ export default ({ mode, command }) => { // target: 'http://192.168.10.126:8889', // target: 'http://192.168.10.48:8888', // target: 'http://192.168.10.123:8889', - target: 'http://192.168.10.75:8777', - // target: 'http://192.168.10.101:8888', + // target: 'http://192.168.10.75:8777', + target: 'http://192.168.10.101:8888', // target: 'http://192.168.10.29:13000', // target: 'http://test.api.huitongys.com', changeOrigin: true,