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) },