Skip to content

Commit

Permalink
v2.20.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Dooy committed Aug 28, 2024
1 parent 923a152 commit dc5de6e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/views/mj/aiCanvas.vue
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ const loadOk= (e:Event)=>{
</script>
<template>
<!-- <iframe @load="loadOk" ref="ifdiv" :src="`./mitf/index.html?${st.q}`" class=" h-[80vh] w-full" style="border-width: 0px; border-style: none; overflow: hidden;" v-if="st.q"></iframe> -->
<iframe @load="loadOk" ref="ifdiv" :src="`https://static.aitutu.cc/res/mitf/index.html?${st.q}`" class=" h-[80vh] w-full" style="border-width: 0px; border-style: none; overflow: hidden;" v-if="st.q"></iframe>
<!-- <iframe @load="loadOk" ref="ifdiv" :src="`https://static.aitutu.cc/res/mitf/index.html?${st.q}`" class=" h-[80vh] w-full" style="border-width: 0px; border-style: none; overflow: hidden;" v-if="st.q"></iframe> -->
<iframe @load="loadOk" ref="ifdiv" :src="`https://cdn.aidutu.cn/res/mitf/index.html?${st.q}`" class=" h-[80vh] w-full" style="border-width: 0px; border-style: none; overflow: hidden;" v-if="st.q"></iframe>

</template>

0 comments on commit dc5de6e

Please sign in to comment.