From dd7beac9b79d03efecebcb8e857c3b6eb9f4f253 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=97=B6=E5=90=AF=E9=BE=99?= Date: Mon, 25 Aug 2025 10:33:39 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=94=AF=E6=8C=81=E4=B8=8D=E8=BE=93?= =?UTF-8?q?=E5=85=A5=E8=B4=A6=E5=8F=B7=E7=99=BB=E5=BD=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/login/sso.vue | 23 ++++++++++++++++++++--- vite.config.ts | 2 +- 2 files changed, 21 insertions(+), 4 deletions(-) diff --git a/src/views/login/sso.vue b/src/views/login/sso.vue index c1d7617..d33137a 100644 --- a/src/views/login/sso.vue +++ b/src/views/login/sso.vue @@ -5,11 +5,28 @@ diff --git a/vite.config.ts b/vite.config.ts index 95e7617..41c27ab 100644 --- a/vite.config.ts +++ b/vite.config.ts @@ -12,7 +12,7 @@ function resolve(dir: string) { } const httpType = 'https://' -const proxyUrl = '23.33.3.22:60006/' // 代理地址设置 +const proxyUrl = '10.10.33.173:60006/' // 代理地址设置 // https://vitejs.dev/config/ export default defineConfig({