lsc 1 year ago
parent
commit
5e82811772

+ 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.2f12e452eb925969d033416b6334c1ec.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.8d7171b1fe858bda1433.js></script><script type=text/javascript src=./static/js/app.a62e4dd8b1076023238e.js></script></body></html><script>function stopSafari() {
+    }</style><link href=./static/css/app.9d04a8389f66d72a2cfdfb163ffa05e3.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.8d7171b1fe858bda1433.js></script><script type=text/javascript src=./static/js/app.916479c98d69b162efd6.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.9d04a8389f66d72a2cfdfb163ffa05e3.css


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


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


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


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


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


+ 1 - 1
src/components/studyStudent.vue

@@ -8201,7 +8201,7 @@ export default {
               this.playerO[i] = d;
             }
             this.courseDetail = res.data[0][0];
-            this.tcid = this.arrayToArray(this.courseDetail.juri.split(","), this.tcid2 ? this.tcid2.split(",") : []).join(",")
+            this.tcid = this.arrayToArray(this.courseDetail.juri ? this.courseDetail.juri.split(",") : [], this.tcid2 ? this.tcid2.split(",") : []).join(",")
             console.log(this.tcid);
             this.evalua = res.data[0][0].evaId;
             this.chapInfo = JSON.parse(this.courseDetail.chapters)[

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