TIANYONG 7 місяців тому
батько
коміт
f0733f37bc
1 змінених файлів з 1 додано та 1 видалено
  1. 1 1
      src/page-instrument/header-top/modeView.tsx

+ 1 - 1
src/page-instrument/header-top/modeView.tsx

@@ -60,7 +60,7 @@ export default defineComponent({
       }
     );      
     const browserInfo = browser();
-    const isPad = true || navigator?.userAgent?.includes("UAWEIVRD-W09") || browserInfo?.iPad || browserInfo.isTablet;
+    const isPad = navigator?.userAgent?.includes("UAWEIVRD-W09") || browserInfo?.iPad || browserInfo.isTablet;
 
     // vip图标
     const showVip = computed(() => {