From 66c52cdc2502fd55f2faeededa2c104ce87fe6ce Mon Sep 17 00:00:00 2001 From: qb <1191961160@qq.com> Date: Fri, 2 Feb 2024 17:03:43 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=9C=B0=E5=9D=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- vite.config.js | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/vite.config.js b/vite.config.js index b8d1ebbc..180dd97e 100644 --- a/vite.config.js +++ b/vite.config.js @@ -30,9 +30,10 @@ export default ({ mode, command }) => { // sst // target: 'http://192.168.10.200:13000', // target: 'http://192.168.10.29:13000', - target: 'http://192.168.3.5:13000', //? + // target: 'http://192.168.3.5:13000', //? // target: 'http://h5uapi.huitongys.com', - target: 'http://192.168.10.106:9999', + target: 'http://test.api.huo5you.com/', + // target: 'http://192.168.10.106:9999', changeOrigin: true, rewrite: path => path.replace(/^\/api/, ''), },