Browse Source

Merge branch 'beta'

SanHQin 1 tháng trước cách đây
mục cha
commit
4266d84901

+ 1 - 1
dist/index.html

@@ -32,7 +32,7 @@
     html,
     body{
       font-family: '黑体';
-    }</style><link href=./static/css/app.8599242c20ce4ec109b3c59178dc15dc.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.becc9317549795ada446.js></script><script type=text/javascript src=./static/js/app.360c3159faddc2749eef.js></script></body></html><script>function stopSafari() {
+    }</style><link href=./static/css/app.6d3c8762a64511ec70f750c8e17b1be2.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.becc9317549795ada446.js></script><script type=text/javascript src=./static/js/app.23e7aa5715c253b6a684.js></script></body></html><script>function stopSafari() {
     //阻止safari浏览器双击放大功能
     let lastTouchEnd = 0  //更新手指弹起的时间
     document.documentElement.addEventListener("touchstart", function (event) {

Những thai đổi đã bị hủy bỏ vì nó quá lớn
+ 0 - 0
dist/static/css/app.6d3c8762a64511ec70f750c8e17b1be2.css


Những thai đổi đã bị hủy bỏ vì nó quá lớn
+ 0 - 0
dist/static/css/app.6d3c8762a64511ec70f750c8e17b1be2.css.map


Những thai đổi đã bị hủy bỏ vì nó quá lớn
+ 0 - 0
dist/static/js/app.23e7aa5715c253b6a684.js


Những thai đổi đã bị hủy bỏ vì nó quá lớn
+ 0 - 0
dist/static/js/app.23e7aa5715c253b6a684.js.map


Những thai đổi đã bị hủy bỏ vì nó quá lớn
+ 0 - 0
dist/static/js/manifest.3ad1d5771e9b13dbdad2.js.map


+ 10 - 1
src/components/EnglishVoice2/component/right.vue

@@ -71,7 +71,7 @@
       </div>
     </div>
     <iframe allow="camera *; microphone *;display-capture;midi;encrypted-media;"
-      src="https://beta.cloud.cocorobo.cn/browser/public/index.html" ref="iiframe" v-show="false"></iframe>
+      :src="iframeSrc" ref="iiframe" v-show="false"></iframe>
   </div>
 </template>
 
@@ -158,6 +158,15 @@ export default {
       }
       return time;
     },
+    iframeSrc() {
+      if(this.$region == 'hk') {
+        return `https://cloud.cocorobo.hk/browser/public/index.html`;
+      } else if(this.$region == 'com') {
+        return `https://cloud.cocorobo.com/browser/public/index.html`;
+      } else {
+        return `https://beta.cloud.cocorobo.cn/browser/public/index.html`;
+      }
+    },
   },
   watch: {
     checkType: {

+ 10 - 1
src/components/EnglishVoice3/component/right.vue

@@ -71,7 +71,7 @@
       </div>
     </div>
     <iframe allow="camera *; microphone *;display-capture;midi;encrypted-media;"
-      src="https://beta.cloud.cocorobo.cn/browser/public/index.html" ref="iiframe" v-show="false"></iframe>
+      :src="iframeSrc" ref="iiframe" v-show="false"></iframe>
   </div>
 </template>
 
@@ -158,6 +158,15 @@ export default {
       }
       return time;
     },
+    iframeSrc() {
+      if(this.$region == 'hk') {
+        return `https://cloud.cocorobo.hk/browser/public/index.html`;
+      } else if(this.$region == 'com') {
+        return `https://cloud.cocorobo.com/browser/public/index.html`;
+      } else {
+        return `https://beta.cloud.cocorobo.cn/browser/public/index.html`;
+      }
+    },
   },
   watch: {
     checkType: {

+ 20 - 2
src/components/classRoomHelper/component/dialogArea.vue

@@ -367,7 +367,7 @@
     </div>
     <iframe
       allow="camera *; microphone *;display-capture;midi;encrypted-media;"
-      src="https://beta.cloud.cocorobo.cn/browser/public/index.html"
+      :src="iframeSrc"
       ref="iiframe"
       v-show="false"
     ></iframe>
@@ -375,7 +375,7 @@
 		 <!-- 文字转语音-->
 		 <iframe
       allow="camera *; microphone *;display-capture;midi;encrypted-media;"
-      src="https://beta.cloud.cocorobo.cn/browser/public/index1.html"
+      :src="iframeSrc1"
       ref="iiframe2"
       v-show="false"
     ></iframe>
@@ -445,6 +445,24 @@ export default {
     };
   },
   computed: {
+    iframeSrc() {
+      if(this.$region == 'hk') {
+        return `https://cloud.cocorobo.hk/browser/public/index.html`;
+      } else if(this.$region == 'com') {
+        return `https://cloud.cocorobo.com/browser/public/index.html`;
+      } else {
+        return `https://beta.cloud.cocorobo.cn/browser/public/index.html`;
+      }
+    },
+    iframeSrc1() {
+      if(this.$region == 'hk') {
+        return `https://cloud.cocorobo.hk/browser/public/index1.html`;
+      } else if(this.$region == 'com') {
+        return `https://cloud.cocorobo.com/browser/public/index1.html`;
+      } else {
+        return `https://beta.cloud.cocorobo.cn/browser/public/index1.html`;
+      }
+    },
     pan() {
       return content => {
         try {

+ 20 - 2
src/components/classRoomHelper/component/languageAssistant.vue

@@ -155,7 +155,7 @@
     <!-- 录音转文字 -->
     <iframe
       allow="camera *; microphone *;display-capture;midi;encrypted-media;"
-      src="https://beta.cloud.cocorobo.cn/browser/public/index.html"
+      :src="iframeSrc"
       ref="iiframe"
       v-show="false"
     ></iframe>
@@ -163,7 +163,7 @@
     <!-- 文字转语音-->
     <iframe
       allow="camera *; microphone *;display-capture;midi;encrypted-media;"
-      src="https://beta.cloud.cocorobo.cn/browser/public/index1.html"
+      :src="iframeSrc1"
       ref="iiframe2"
       v-show="false"
     ></iframe>
@@ -200,6 +200,24 @@ export default {
     };
   },
   computed: {
+    iframeSrc() {
+      if(this.$region == 'hk') {
+        return `https://cloud.cocorobo.hk/browser/public/index.html`;
+      } else if(this.$region == 'com') {
+        return `https://cloud.cocorobo.com/browser/public/index.html`;
+      } else {
+        return `https://beta.cloud.cocorobo.cn/browser/public/index.html`;
+      }
+    },
+    iframeSrc1() {
+      if(this.$region == 'hk') {
+        return `https://cloud.cocorobo.hk/browser/public/index1.html`;
+      } else if(this.$region == 'com') {
+        return `https://cloud.cocorobo.com/browser/public/index1.html`;
+      } else {
+        return `https://beta.cloud.cocorobo.cn/browser/public/index1.html`;
+      }
+    },
     htmlContent() {
       const md = new MarkdownIt();
       return _md => {

+ 20 - 2
src/components/classRoomHelper/component/levitatedSphere.vue

@@ -40,7 +40,7 @@
     <!-- 录音转文字 -->
     <iframe
       allow="camera *; microphone *;display-capture;midi;encrypted-media;"
-      src="https://beta.cloud.cocorobo.cn/browser/public/index.html"
+      :src="iframeSrc"
       ref="iiframe"
       v-show="false"
     ></iframe>
@@ -48,7 +48,7 @@
     <!-- 文字转语音-->
     <iframe
       allow="camera *; microphone *;display-capture;midi;encrypted-media;"
-      src="https://beta.cloud.cocorobo.cn/browser/public/index1.html"
+      :src="iframeSrc1"
       ref="iiframe2"
       v-show="false"
     ></iframe>
@@ -88,6 +88,24 @@ export default {
     };
   },
   computed: {
+    iframeSrc() {
+      if(this.$region == 'hk') {
+        return `https://cloud.cocorobo.hk/browser/public/index.html`;
+      } else if(this.$region == 'com') {
+        return `https://cloud.cocorobo.com/browser/public/index.html`;
+      } else {
+        return `https://beta.cloud.cocorobo.cn/browser/public/index.html`;
+      }
+    },
+    iframeSrc1() {
+      if(this.$region == 'hk') {
+        return `https://cloud.cocorobo.hk/browser/public/index1.html`;
+      } else if(this.$region == 'com') {
+        return `https://cloud.cocorobo.com/browser/public/index1.html`;
+      } else {
+        return `https://beta.cloud.cocorobo.cn/browser/public/index1.html`;
+      }
+    },
     htmlContent() {
       const md = new MarkdownIt();
       return _md => {

+ 20 - 2
src/components/classRoomHelper/component/searchArea.vue

@@ -1382,7 +1382,7 @@
     </div>
     <iframe
       allow="camera *; microphone *;display-capture;midi;encrypted-media;"
-      src="https://beta.cloud.cocorobo.cn/browser/public/index.html"
+      :src="iframeSrc"
       ref="iiframe"
       v-show="false"
     ></iframe>
@@ -1390,7 +1390,7 @@
     <!-- 文字转语音-->
     <iframe
       allow="camera *; microphone *;display-capture;midi;encrypted-media;"
-      src="https://beta.cloud.cocorobo.cn/browser/public/index1.html"
+      :src="iframeSrc1"
       ref="iiframe2"
       v-show="false"
     ></iframe>
@@ -1530,6 +1530,24 @@ export default {
     };
   },
   computed: {
+    iframeSrc() {
+      if(this.$region == 'hk') {
+        return `https://cloud.cocorobo.hk/browser/public/index.html`;
+      } else if(this.$region == 'com') {
+        return `https://cloud.cocorobo.com/browser/public/index.html`;
+      } else {
+        return `https://beta.cloud.cocorobo.cn/browser/public/index.html`;
+      }
+    },
+    iframeSrc1() {
+      if(this.$region == 'hk') {
+        return `https://cloud.cocorobo.hk/browser/public/index1.html`;
+      } else if(this.$region == 'com') {
+        return `https://cloud.cocorobo.com/browser/public/index1.html`;
+      } else {
+        return `https://beta.cloud.cocorobo.cn/browser/public/index1.html`;
+      }
+    },
     internationalizedToolsList() {
       return {
         58: this.lang.ssToolSimulationDriving,

+ 20 - 2
src/components/classRoomHelper/component/taskArea.vue

@@ -390,7 +390,7 @@
 
     <iframe
       allow="camera *; microphone *;display-capture;midi;encrypted-media;"
-      src="https://beta.cloud.cocorobo.cn/browser/public/index.html"
+      :src="iframeSrc"
       ref="iiframe"
       v-show="false"
     ></iframe>
@@ -398,7 +398,7 @@
     <!-- 文字转语音-->
     <iframe
       allow="camera *; microphone *;display-capture;midi;encrypted-media;"
-      src="https://beta.cloud.cocorobo.cn/browser/public/index1.html"
+      :src="iframeSrc1"
       ref="iiframe2"
       v-show="false"
     ></iframe>
@@ -530,6 +530,24 @@ export default {
     };
   },
   computed: {
+    iframeSrc() {
+      if(this.$region == 'hk') {
+        return `https://cloud.cocorobo.hk/browser/public/index.html`;
+      } else if(this.$region == 'com') {
+        return `https://cloud.cocorobo.com/browser/public/index.html`;
+      } else {
+        return `https://beta.cloud.cocorobo.cn/browser/public/index.html`;
+      }
+    },
+    iframeSrc1() {
+      if(this.$region == 'hk') {
+        return `https://cloud.cocorobo.hk/browser/public/index1.html`;
+      } else if(this.$region == 'com') {
+        return `https://cloud.cocorobo.com/browser/public/index1.html`;
+      } else {
+        return `https://beta.cloud.cocorobo.cn/browser/public/index1.html`;
+      }
+    },
     isWorkAll() {
       let _userList = [];
       if (this.worksStudent.length) {

+ 10 - 1
src/components/components/intelligentAnalysis/checkAi/aiLeader.vue

@@ -348,7 +348,7 @@
     </div>
     <iframe
       allow="camera *; microphone *;display-capture;midi;encrypted-media;"
-      src="https://beta.cloud.cocorobo.cn/browser/public/index.html"
+      :src="iframeSrc"
       ref="iiframe"
       v-show="false"
     ></iframe>
@@ -1869,6 +1869,15 @@ ${_eChartsMsg}
     }
   },
   computed: {
+    iframeSrc() {
+      if(this.$region == 'hk') {
+        return `https://cloud.cocorobo.hk/browser/public/index.html`;
+      } else if(this.$region == 'com') {
+        return `https://cloud.cocorobo.com/browser/public/index.html`;
+      } else {
+        return `https://beta.cloud.cocorobo.cn/browser/public/index.html`;
+      }
+    },
     localFormList() {
       // 在 computed 属性中返回一个新的数组,而不是直接修改 prop
       let localFormList = [...this.formList];

+ 12 - 1
src/components/pptEasyClass/index.vue

@@ -4,7 +4,7 @@
       <!-- 录音转文字 -->
       <iframe
         allow="camera *; microphone *;display-capture;midi;encrypted-media;"
-        src="https://beta.cloud.cocorobo.cn/browser/public/index.html"
+        :src="iframeSrcop"
         ref="iiframe"
         v-show="false"
       ></iframe>
@@ -163,6 +163,17 @@ export default {
       recordingEndTime: "", // 结束录音时间
     };
   },
+  computed: {
+    iframeSrcop() {
+      if(this.$region == 'hk') {
+        return `https://cloud.cocorobo.hk/browser/public/index.html`;
+      } else if(this.$region == 'com') {
+        return `https://cloud.cocorobo.com/browser/public/index.html`;
+      } else {
+        return `https://beta.cloud.cocorobo.cn/browser/public/index.html`;
+      }
+    }
+  },
   methods: {
     goTo(path) {
       this.$router.push(path);

Một số tệp đã không được hiển thị bởi vì quá nhiều tập tin thay đổi trong này khác