소스 검색

fix: 测试

Signed-off-by: tangshizhe <48740614+tangshizhe@users.noreply.github.com>
tangshizhe 4 달 전
부모
커밋
59d29b5e55
1개의 변경된 파일7개의 추가작업 그리고 7개의 파일을 삭제
  1. 7 7
      src/web/staticres/common-module/public/head.js

+ 7 - 7
src/web/staticres/common-module/public/head.js

@@ -113,12 +113,12 @@
 
   }
 
-  if (document.cookie.indexOf('fid') === -1) {
-    try {
-      addMaticId()
-    } catch (e) {
-      console.log(e)
-    }
-  }
+  // if (document.cookie.indexOf('fid') === -1) {
+  //   try {
+  //     addMaticId()
+  //   } catch (e) {
+  //     console.log(e)
+  //   }
+  // }
 
 })();