lsc 1 year ago
parent
commit
40f2be459a

+ 1 - 1
dist/index.html

@@ -18,7 +18,7 @@
       border-radius: 10px;
       -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
       background-color: rgba(0, 0, 0, 0.1);
-    }</style><link href=./static/css/app.00537a41f7cd1a68f1efd9101e45a6fd.css rel=stylesheet></head><body><div id=app></div><script type=text/javascript src=./static/js/manifest.3ad1d5771e9b13dbdad2.js></script><script type=text/javascript src=./static/js/vendor.85c8eaa771172113dc52.js></script><script type=text/javascript src=./static/js/app.da4a8ea4247de1962d97.js></script></body></html><script>function stopSafari() {
+    }</style><link href=./static/css/app.76aa796acd9f233bf68c6d270f0e136a.css rel=stylesheet></head><body><div id=app></div><script type=text/javascript src=./static/js/manifest.3ad1d5771e9b13dbdad2.js></script><script type=text/javascript src=./static/js/vendor.85c8eaa771172113dc52.js></script><script type=text/javascript src=./static/js/app.20ae70baad5e67f42b21.js></script></body></html><script>function stopSafari() {
     //阻止safari浏览器双击放大功能
     let lastTouchEnd = 0  //更新手指弹起的时间
     document.documentElement.addEventListener("touchstart", function (event) {

File diff suppressed because it is too large
+ 0 - 0
dist/static/css/app.76aa796acd9f233bf68c6d270f0e136a.css


File diff suppressed because it is too large
+ 0 - 0
dist/static/css/app.76aa796acd9f233bf68c6d270f0e136a.css.map


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/app.20ae70baad5e67f42b21.js


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/app.20ae70baad5e67f42b21.js.map


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/app.da4a8ea4247de1962d97.js


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/manifest.3ad1d5771e9b13dbdad2.js.map


+ 5 - 2
src/components/studyStudent.vue

@@ -13655,9 +13655,12 @@ export default {
       if (url.indexOf("https://") == -1 && url.indexOf("http://") == -1) {
         url = "https://" + url;
       }
-      this.pptImgUrl1 = url;
+      this.pptImgUrl1 = ""
+
+      setTimeout(() => {
+        this.pptImgUrl1 = url;
+      }, 500);
       this.isClickNav = "line" + i;
-      this.$refs.iframeC.contentWindow.location.reload();
       this.$forceUpdate();
     },
     downFile(f, i) {

Some files were not shown because too many files changed in this diff