@@ -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') {