11wqe1 5 hónapja
szülő
commit
a8d87e698f
1 módosított fájl, 2 hozzáadás és 2 törlés
  1. 2 2
      src/components/pptEasyClass/index.vue

+ 2 - 2
src/components/pptEasyClass/index.vue

@@ -4,7 +4,7 @@
       <!-- 录音转文字 -->
       <iframe
         allow="camera *; microphone *;display-capture;midi;encrypted-media;"
-        :src="iframeSrc"
+        :src="iframeSrcop"
         ref="iiframe"
         v-show="false"
       ></iframe>
@@ -164,7 +164,7 @@ export default {
     };
   },
   computed: {
-    iframeSrc() {
+    iframeSrcop() {
       if(this.$region == 'hk') {
         return `https://cloud.cocorobo.hk/browser/public/index.html`;
       } else if(this.$region == 'com') {