From f01ab7a30883e6084290b6e397a9261f0d84ecb6 Mon Sep 17 00:00:00 2001 From: xzg <4727863@qq.com> Date: Mon, 4 Dec 2023 18:01:25 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B7=A5=E5=8D=95=E5=AE=8C=E7=BB=93=EF=BC=8C?= =?UTF-8?q?=E7=AD=BE=E6=94=B6=E5=88=97=E8=A1=A8=E5=9B=BE=E7=89=87=E9=A2=84?= =?UTF-8?q?=E8=A7=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- vite.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vite.config.js b/vite.config.js index 3a780989..28fe4201 100644 --- a/vite.config.js +++ b/vite.config.js @@ -30,7 +30,7 @@ export default ({ mode, command }) => { // cg // target: 'http://192.168.10.200:13000', // target: 'http://192.168.10.94:8888', - target: 'http://test.api.huitongys.com', + // target: 'http://test.api.huitongys.com', // target: 'http://h5uapi.huitongys.com', changeOrigin: true, rewrite: path => path.replace(/^\/api/, ''),