Browse Source

去掉loading

黄琪勇 6 months ago
parent
commit
3d893a028d
1 changed files with 3 additions and 3 deletions
  1. 3 3
      instrument.html

+ 3 - 3
instrument.html

@@ -43,14 +43,14 @@
 
 <body>
   <div id="app"></div>
-  <img id="loading" class="show" src="/loading.svg" alt="loading" />
-  <script>
+  <!-- <img id="loading" class="show" src="/loading.svg" alt="loading" /> -->
+  <!-- <script>
     // 处理课堂乐器老师端打开听音练习时去掉加载动画
     if (location.href.indexOf('view-figner') >= 0 && location.href.indexOf('platform=pc') >= 0 && location.href.indexOf('linkSource=class') < 0 && !location.href.includes("simple-detail")) {
       var _loading = document.getElementById("loading");
       _loading && document.body.removeChild(_loading);
     }
-  </script>
+  </script> -->
 
   <script type="module" src="/src/page-instrument/main.ts"></script>
   <!-- <script src="https://unpkg.com/vconsole@latest/dist/vconsole.min.js"></script>