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