|
@@ -171,6 +171,16 @@
|
|
|
// 猎豹
|
|
|
isLiebao = winNav.userAgent.indexOf('LBBROWSER') > -1;
|
|
|
console.log(winNav.userAgent)
|
|
|
+
|
|
|
+ /*
|
|
|
+ isQQBriwser === false &&
|
|
|
+ isSouggou === false &&
|
|
|
+ is360 === false &&
|
|
|
+ isMaxthon === false &&
|
|
|
+ is2345Explorer === false &&
|
|
|
+ isTheWorld === false &&
|
|
|
+ isLiebao === false
|
|
|
+ */
|
|
|
console.log(isQQBriwser, isSouggou, is360, isMaxthon, is2345Explorer, isTheWorld, isLiebao)
|
|
|
if (isIOSChrome) {
|
|
|
return true;
|
|
@@ -180,13 +190,7 @@
|
|
|
vendorName === 'Google Inc.' &&
|
|
|
isOpera === false &&
|
|
|
isIEedge === false &&
|
|
|
- isQQBriwser === false &&
|
|
|
- isSouggou === false &&
|
|
|
- is360 === false &&
|
|
|
- isMaxthon === false &&
|
|
|
- is2345Explorer === false &&
|
|
|
- isTheWorld === false &&
|
|
|
- isLiebao === false
|
|
|
+
|
|
|
) {
|
|
|
return true;
|
|
|
} else {
|