|
@@ -433,4 +433,15 @@
|
|
|
});
|
|
|
</script>
|
|
|
|
|
|
+<script>
|
|
|
+ function isMobileUserAgent() {
|
|
|
+ return /iphone|ipod|android.*mobile|windows.*phone|blackberry.*mobile/i.test(
|
|
|
+ window.parent.navigator.userAgent.toLowerCase("")
|
|
|
+ );
|
|
|
+ }
|
|
|
+
|
|
|
+ if (isMobileUserAgent()) {
|
|
|
+ window.location = 'https://www.cqna.gov.cn/syygapi/naxsb/indexbmhqMobile.html'
|
|
|
+ }
|
|
|
+</script>
|
|
|
</html>
|