lsc 4 ay önce
ebeveyn
işleme
f955db0567

+ 1 - 1
dist/index.html

@@ -32,7 +32,7 @@
       width: 100%;
       background: #e6eaf0;
       font-family: '黑体';
-    }</style><link href=./static/css/app.31244d121511ce0cc857a8e92b822961.css rel=stylesheet></head><body><div id=app></div><script type=text/javascript src=./static/js/manifest.571c38d63f24b1ae9e16.js></script><script type=text/javascript src=./static/js/vendor.bba3ed5aca95350eeef8.js></script><script type=text/javascript src=./static/js/app.a24e18f5219d10fd5a05.js></script></body></html><script>function stopSafari() {
+    }</style><link href=./static/css/app.4ec1ba86122d156ad5ab15da50aa85b4.css rel=stylesheet></head><body><div id=app></div><script type=text/javascript src=./static/js/manifest.571c38d63f24b1ae9e16.js></script><script type=text/javascript src=./static/js/vendor.bba3ed5aca95350eeef8.js></script><script type=text/javascript src=./static/js/app.aab51b5f2940b872c498.js></script></body></html><script>function stopSafari() {
     //阻止safari浏览器双击放大功能
     let lastTouchEnd = 0  //更新手指弹起的时间
     document.documentElement.addEventListener("touchstart", function (event) {

Dosya farkı çok büyük olduğundan ihmal edildi
+ 0 - 0
dist/static/css/app.4ec1ba86122d156ad5ab15da50aa85b4.css


Dosya farkı çok büyük olduğundan ihmal edildi
+ 0 - 0
dist/static/css/app.4ec1ba86122d156ad5ab15da50aa85b4.css.map


Dosya farkı çok büyük olduğundan ihmal edildi
+ 0 - 0
dist/static/js/app.aab51b5f2940b872c498.js


Dosya farkı çok büyük olduğundan ihmal edildi
+ 0 - 0
dist/static/js/app.aab51b5f2940b872c498.js.map


Dosya farkı çok büyük olduğundan ihmal edildi
+ 0 - 0
dist/static/js/manifest.571c38d63f24b1ae9e16.js.map


+ 4 - 4
src/components/pages/aiAddCourse/record.vue

@@ -309,7 +309,7 @@ export default {
       iiframe.contentWindow.testdoContinuousPronunciationAssessment();
       // 录音开始
       let flag = true;
-      iiframe.contentWindow.onRecognizedResult = e => {
+      iiframe.contentWindow.onRecognizing = e => {
         // let e = {
         // 	privText:"测试测试"
         // }
@@ -348,7 +348,7 @@ export default {
         console.log("停止录音", e);
         this.recordedForm.audioBlob.push(e.preaudio);
         iiframe.contentWindow.onSessionStopped = null;
-        iiframe.contentWindow.onRecognizedResult = null;
+        iiframe.contentWindow.onRecognizing = null;
         _resolve();
       };
       return p;
@@ -439,7 +439,7 @@ export default {
           });
           this.uploadFile(file, { changeText: false, flag: true });
           iiframe.contentWindow.onSessionStopped = null;
-          iiframe.contentWindow.onRecognizedResult = null;
+          iiframe.contentWindow.onRecognizing = null;
         };
       } else if (this.recordedForm.status == 2) {
         //暂停录音时
@@ -535,7 +535,7 @@ export default {
 			// 录音开始
       let flag = true;
       // 录音开始
-      iiframe.contentWindow.onRecognizedResult = e => {
+      iiframe.contentWindow.onRecognizing = e => {
         this.recordedForm.endTime = this.recordedForm.timeDuration;
         if (flag) {
           this.controlsStatus = 1;

Bu fark içinde çok fazla dosya değişikliği olduğu için bazı dosyalar gösterilmiyor