From 3c8fde6a13c21d50d8fffeb5a446f8b00e051fb1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9C=88=E5=A4=95=E8=8A=B1=E6=99=A8?= <825210484@qq.com> Date: Thu, 13 Jun 2024 14:58:29 +0800 Subject: [PATCH] add --- src/App.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/App.vue b/src/App.vue index 8f5b60c..2f324b0 100644 --- a/src/App.vue +++ b/src/App.vue @@ -23,9 +23,9 @@ export default { // 如果是移动设备,重定向到mobile目录下的index.html if (isMobile) { // 移动端 - url = './mobile/index.html#/indicatorBoard' + url = 'https://kbsd.kq.gov.cn/mobile/' } else { - url = './web/index.html' + url = 'https://kbsd.kq.gov.cn' } location.replace(url) },