Browse Source

Merge branch 'master' of http://60.205.254.193:3000/GCLS/eep_page

dsy 5 days ago
parent
commit
62a98793cb

+ 0 - 3
src/views/book/courseware/preview/components/article/components/Freewrite.vue

@@ -157,7 +157,6 @@ export default {
           this.$refs.esign.draw(null, history[i][0], history[i][1]);
           this.$refs.esign.draw(null, history[i][0], history[i][1]);
           requestAnimationFrame(runner);
           requestAnimationFrame(runner);
         } else {
         } else {
-          /* eslint-disable */ console.log(...oo_oo(`609013187_161_10_161_29_4`, '播放完成'));
           this.hasPlay = false;
           this.hasPlay = false;
         }
         }
       };
       };
@@ -214,7 +213,6 @@ export default {
               this.handelReset();
               this.handelReset();
             })
             })
             .catch((res) => {
             .catch((res) => {
-              /* eslint-disable */ console.log(...oo_oo(`609013187_218_14_218_30_4`, res));
               this.imgarr.push(obj);
               this.imgarr.push(obj);
               this.saveShow = false;
               this.saveShow = false;
               this.handelReset();
               this.handelReset();
@@ -225,7 +223,6 @@ export default {
         .catch((err) => {
         .catch((err) => {
           this.saveShow = false;
           this.saveShow = false;
 
 
-          /* eslint-disable */ console.log(...oo_oo(`609013187_229_10_229_26_4`, err));
           this.$message.warning('请先书写在保存');
           this.$message.warning('请先书写在保存');
         });
         });
     },
     },

+ 0 - 1
src/views/book/courseware/preview/components/article/components/Soundrecorddiff.vue

@@ -130,7 +130,6 @@ export default {
           name: _this.fileName ? _this.fileName + _this.recordFile : `Recording ${_this.recordFile}`,
           name: _this.fileName ? _this.fileName + _this.recordFile : `Recording ${_this.recordFile}`,
           id: _this.recordFile + Math.round(Math.random() * 10),
           id: _this.recordFile + Math.round(Math.random() * 10),
         };
         };
-        /* eslint-disable */ console.log(...oo_oo(`546210613_135_8_135_36_4`, this.selectData));
         if (this.selectData) obj.selectData = this.selectData;
         if (this.selectData) obj.selectData = this.selectData;
         _this.recordList.push(obj);
         _this.recordList.push(obj);
         _this.recordFile++;
         _this.recordFile++;

+ 0 - 1
src/views/book/courseware/preview/components/drawing/DrawingPreview.vue

@@ -203,7 +203,6 @@ export default {
     },
     },
     // 删除最后一笔
     // 删除最后一笔
     removeOne() {
     removeOne() {
-      /* eslint-disable */ console.log(...oo_oo(`1054149472_207_6_207_46_4`, this.$refs['esign-drawing']));
       // this.$refs['esign-drawing'].removelastOne();
       // this.$refs['esign-drawing'].removelastOne();
     },
     },
   },
   },