Browse Source

add

master
月夕花晨 4 months ago
parent
commit
3c8fde6a13
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      src/App.vue

+ 2
- 2
src/App.vue View File

@@ -23,9 +23,9 @@ export default {
// 如果是移动设备,重定向到mobile目录下的index.html // 如果是移动设备,重定向到mobile目录下的index.html
if (isMobile) { if (isMobile) {
// 移动端 // 移动端
url = './mobile/index.html#/indicatorBoard'
url = 'https://kbsd.kq.gov.cn/mobile/'
} else { } else {
url = './web/index.html'
url = 'https://kbsd.kq.gov.cn'
} }
location.replace(url) location.replace(url)
}, },


Loading…
Cancel
Save