From e1ee512b1e7e530834933a8fed119e15d8a9385e Mon Sep 17 00:00:00 2001 From: xzg <4727863@qq.com> Date: Wed, 10 Apr 2024 14:12:56 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=E9=85=8D=E9=80=81=E6=A8=A1?= =?UTF-8?q?=E6=9D=BF?= 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 4c46dc1a..439ab923 100644 --- a/vite.config.js +++ b/vite.config.js @@ -16,7 +16,7 @@ export default ({ mode, command }) => { // hy // target: 'http://192.168.3.12:13000', // xiaohei - target: 'http://192.168.3.18:13000', + // target: 'http://192.168.3.18:13000', // lmy // target: 'http://192.168.10.123:8889', // target: 'http://192.168.10.101:8888', @@ -33,7 +33,7 @@ export default ({ mode, command }) => { // target: 'http://192.168.10.29:13000', // target: 'http://192.168.3.5:13000',//? // target: 'http://h5uapi.huitongys.com', - // target: 'http://test.api.huo5you.com', + target: 'http://test.api.huo5you.com', changeOrigin: true, rewrite: path => path.replace(/^\/api/, ''), },