guanqb
2022-10-21 9a82999439cb65ac1b7ae63eb51f7ed8e4525d49
src/App.vue
@@ -111,6 +111,12 @@
            if (r != null) return decodeURIComponent(r)
            return null
        },
        _isMobile () {
            const flag = navigator.userAgent.match(
                /(phone|pad|iPhone|iPod|ios|iPad|Android|Mobile|BlackBerry|IEMobile|MQQBrowser|JUC|Fennec|wOSBrowser|BrowserNG|WebOS|Symbian|Windows phone)/i
            )
            return flag
        }
    }
}
</script>