Browse Source

强制iframe下载

luolei 5 years ago
parent
commit
7a8695e883
2 changed files with 2 additions and 2 deletions
  1. 1 1
      src/html/index.html
  2. 1 1
      src/js/information.js

+ 1 - 1
src/html/index.html

@@ -20,7 +20,7 @@
         <p class="responsibility"></p>
         <p class="responsibility"></p>
       </div>
       </div>
       <div class="disclaimer clearfix">
       <div class="disclaimer clearfix">
-        <span class="logo">&copy 朗通医疗</span>
+        <span class="logo">&copy; 朗通医疗</span>
         <span class="version-tip">版本说明</span>
         <span class="version-tip">版本说明</span>
         <span class="disclaimerInfo">免责声明</span>
         <span class="disclaimerInfo">免责声明</span>
       </div>
       </div>

+ 1 - 1
src/js/information.js

@@ -270,7 +270,7 @@ function downLoadFileIe (url, name) {
         } catch (err) {
         } catch (err) {
         isOpen = false
         isOpen = false
         }
         }
-        if (isOpen) {
+        if (false) {
         //没禁用window.open采用window.open下载
         //没禁用window.open采用window.open下载
         while (oPow.document.readyState !== "complete") {
         while (oPow.document.readyState !== "complete") {
             if (oPow.document.readyState === "complete") break;
             if (oPow.document.readyState === "complete") break;