Browse Source

去掉预加载字体

natasha 2 years ago
parent
commit
1f3fbe4251
2 changed files with 3 additions and 2 deletions
  1. 2 2
      public/index.html
  2. 1 0
      src/views/teacher-dev/index.vue

+ 2 - 2
public/index.html

@@ -6,12 +6,12 @@
     <meta http-equiv="X-UA-Compatible" content="IE=edge">
     <meta name="viewport" content="width=device-width,initial-scale=1.0">
     <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css">
-    <link rel="preload" href="https://file-kf.helxsoft.cn/CSFileServer/URL/003/CE253E409C59E8F2659D34B38B756FDA99991231240000FI9VBLVBGENZUGTIFNABGIVPVH8HFCSQBYXNLLPC_00301-20230131-10-90GQ08AX.TTF" as="font" type="font/ttf" crossorigin="anonymous">
+    <!-- <link rel="preload" href="https://file-kf.helxsoft.cn/CSFileServer/URL/003/CE253E409C59E8F2659D34B38B756FDA99991231240000FI9VBLVBGENZUGTIFNABGIVPVH8HFCSQBYXNLLPC_00301-20230131-10-90GQ08AX.TTF" as="font" type="font/ttf" crossorigin="anonymous">
     <link rel="preload" href="https://file-kf.helxsoft.cn/CSFileServer/URL/003/8743B91A9CF9F8078447E94D62E076E799991231240000GLVGVG84F2SSBWXQLKPAFB9WBPVJGONPUYTEFOAD_00301-20230131-10-CJQKXBLV.TTF" as="font" type="font/ttf" crossorigin="anonymous">
     <link rel="preload" href="https://file-kf.helxsoft.cn/CSFileServer/URL/001/7D3BE676EDFAD1478A6FE848269820EF99991231240000PVA2LYFQXMTMBAUQSPN7FSG28ZVKVVBFVL9UGZFB_00102-20230131-10-1J2DHRAK.TTF" as="font" type="font/ttf" crossorigin="anonymous">
     <link rel="preload" href="https://file-kf.helxsoft.cn/CSFileServer/URL/003/99CF08C241EA29498978EA80A3CCB7B399991231240000FUGE90VIBFVZVV8WG7F0N6SIUQBYTXXAFSLCABPA_00301-20230131-10-XI8JE4B2.TTF" as="font" type="font/ttf" crossorigin="anonymous">
     <link rel="preload" href="https://file-kf.helxsoft.cn/CSFileServer/URL/001/C94319C15F2CCAC1D7E52B47147C10F199991231240000FM96BUVEGNN5UKTVFPAWGBVNVJ8VFDSVB1XPLGPC_00101-20230131-10-MT9ILQEX.TTF" as="font" type="font/ttf" crossorigin="anonymous">
-    <link rel="preload" href="https://file-kf.helxsoft.cn/CSFileServer/URL/001/B89A18DBD51991ACB45D2989689F4C0A99991231240000G9V0VL82FMSBBMXKLFPLFM9RBMVPGHNHUOTYFTAD_00101-20230130-18-Z0TABOBO.TTF" as="font" type="font/ttf" crossorigin="anonymous">
+    <link rel="preload" href="https://file-kf.helxsoft.cn/CSFileServer/URL/001/B89A18DBD51991ACB45D2989689F4C0A99991231240000G9V0VL82FMSBBMXKLFPLFM9RBMVPGHNHUOTYFTAD_00101-20230130-18-Z0TABOBO.TTF" as="font" type="font/ttf" crossorigin="anonymous"> -->
     <!-- <link rel="icon" href="<%= BASE_URL %>favicon.ico"> -->
     <meta http-equiv="Content-Security-Policy" content="upgrade-insecure-requests">
     <title>

+ 1 - 0
src/views/teacher-dev/index.vue

@@ -182,6 +182,7 @@ export default {
     },
   },
   async created() {
+    console.log('2023.04.27')
     // 如果是edu.blcup.com环境下就隐藏文本分析入口
     if (document.domain == "edu.blcup.com") {
       this.textAnalyseShow = false;