diff --git a/components/WithAuth/index.js b/components/WithAuth/index.js index 94a6c78..0144c3f 100644 --- a/components/WithAuth/index.js +++ b/components/WithAuth/index.js @@ -9,12 +9,14 @@ import { Dialog } from "antd-mobile"; export default function WithAuth(WrappedComponent) { const router = useRouter(); - const pathname = usePathname(); const searchParams = useSearchParams(); useEffect(() => { - var ua = navigator.userAgent.toLowerCase(); - if (ua.indexOf("quark") > -1 && ua.indexOf("iphone") > -1) { + const ua = navigator.userAgent.toLowerCase(); + if ( + (ua.indexOf("mqqbrowser") > -1 || ua.indexOf("quark") > -1) && + ua.indexOf("iphone") > -1 + ) { // 夸克浏览器 Dialog.show({ title: "提示",