From a43e5eadae627a9d3a10c2015d856bde579a0287 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=97=B6=E5=90=AF=E9=BE=99?= Date: Mon, 1 Apr 2024 12:19:38 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E4=BF=AE=E6=94=B9=E5=BC=80=E5=8F=91?= =?UTF-8?q?=E7=8E=AF=E5=A2=83=E5=8D=8F=E8=AE=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- vite.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vite.config.ts b/vite.config.ts index c136e9b..26b79bf 100644 --- a/vite.config.ts +++ b/vite.config.ts @@ -11,7 +11,7 @@ function resolve(dir: string) { return path.join(__dirname, dir) } -const httpType = 'http://' +const httpType = 'https://' const proxyUrl = '10.20.12.56:60006/' // 代理地址设置 // https://vitejs.dev/config/