From 2b71a150b59183cc76769ed5d16e53b693fc451c Mon Sep 17 00:00:00 2001 From: liFang Date: Mon, 20 Jan 2025 16:25:17 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=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 --- src/App.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/App.vue b/src/App.vue index e865c92..5a2f485 100644 --- a/src/App.vue +++ b/src/App.vue @@ -24,9 +24,9 @@ export default { // 如果是移动设备,重定向到mobile目录下的index.html if (isMobile) { // 移动端 - url = 'https://kbsd.kq.gov.cn/mobile/' + url = 'https://kbsd.kq.gov.cn:23443/mobile/' } else { - url = 'https://kbsd.kq.gov.cn' + url = 'https://kbsd.kq.gov.cn:23443' } location.replace(url) },