lsc há 11 meses atrás
pai
commit
2e3ab4ba61

+ 1 - 1
dist/index.html

@@ -32,7 +32,7 @@
       width: 100%;
       background: #e6eaf0;
       font-family: '黑体';
-    }</style><link href=./static/css/app.bd101cb108e055a4c38435b1a0f259b3.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.eb26ca5b19390ddf3503.js></script><script type=text/javascript src=./static/js/app.8f8d5874f9f8f8eb5068.js></script></body></html><script>function stopSafari() {
+    }</style><link href=./static/css/app.0d0b5edaf1b18d2f7c2fae9667372f9f.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.eb26ca5b19390ddf3503.js></script><script type=text/javascript src=./static/js/app.8d39a2771c3fb78ea49b.js></script></body></html><script>function stopSafari() {
     //阻止safari浏览器双击放大功能
     let lastTouchEnd = 0  //更新手指弹起的时间
     document.documentElement.addEventListener("touchstart", function (event) {

Diff do ficheiro suprimidas por serem muito extensas
+ 0 - 0
dist/static/css/app.0d0b5edaf1b18d2f7c2fae9667372f9f.css


Diff do ficheiro suprimidas por serem muito extensas
+ 0 - 0
dist/static/css/app.0d0b5edaf1b18d2f7c2fae9667372f9f.css.map


Diff do ficheiro suprimidas por serem muito extensas
+ 0 - 0
dist/static/js/app.8d39a2771c3fb78ea49b.js


Diff do ficheiro suprimidas por serem muito extensas
+ 0 - 0
dist/static/js/app.8d39a2771c3fb78ea49b.js.map


Diff do ficheiro suprimidas por serem muito extensas
+ 0 - 0
dist/static/js/manifest.571c38d63f24b1ae9e16.js.map


+ 29 - 17
src/components/pages/EnglishVoice/component/component/testRole.vue

@@ -113,24 +113,36 @@ export default {
         },
         answerCode(msg) {
             var _this = this;
-            _this.ajax.post('https://gpt4.cocorobo.cn/assistants_completion_response', {
-                uid: _this.id,
-                message: msg,
-            }).then(function (response) {
-                console.log(response);
+            if(!msg){
+                _this.ajax.post('https://gpt4.cocorobo.cn/assistants_completion_response', {
+                    uid: _this.id,
+                    message: msg,
+                }).then(function (response) {
+                    console.log(response);
+                    _this.answerArray.push(
+                        {
+                            isY: false,
+                            content: response.data.FunctionResponse,
+                            name: _this.answerArray[0].name,
+                            img: _this.answerArray[0].img
+                        }
+                    )
+                    _this.isloading = false
+                }).catch(function (error) {
+                    _this.isloading = false
+                    console.log(error);
+                });
+            }else{
                 _this.answerArray.push(
-                    {
-                        isY: false,
-                        content: response.data.FunctionResponse,
-                        name: _this.answerArray[0].name,
-                        img: _this.answerArray[0].img
-                    }
-                )
-                _this.isloading = false
-            }).catch(function (error) {
-                _this.isloading = false
-                console.log(error);
-            });
+                        {
+                            isY: false,
+                            content: "抱歉,您刚刚没有成功录入内容,请再说一遍!",
+                            name: _this.answerArray[0].name,
+                            img: _this.answerArray[0].img
+                        }
+                    )
+                    _this.isloading = false
+            }
         },
         // 开始录音
         startRecorder() {

+ 1 - 1
src/components/pages/student/addCourse.vue

@@ -4642,7 +4642,7 @@ export default {
         "BMP",
         "GIF",
         "PNG",
-        "JPGE",
+        "JPEG",
         "JPG",
         "TIF",
         "PCX",

+ 1 - 1
src/components/pages/student/addCourseJiu.vue

@@ -4741,7 +4741,7 @@ export default {
         "BMP",
         "GIF",
         "PNG",
-        "JPGE",
+        "JPEG",
         "JPG",
         "TIF",
         "PCX",

+ 1 - 1
src/components/pages/studio/addCourse.vue

@@ -5691,7 +5691,7 @@ export default {
         "BMP",
         "GIF",
         "PNG",
-        "JPGE",
+        "JPEG",
         "JPG",
         "TIF",
         "PCX",

Alguns ficheiros não foram mostrados porque muitos ficheiros mudaram neste diff