no message

This commit is contained in:
小陌 2023-06-14 07:31:39 +08:00
parent 838ca8b1db
commit 67afaa5cb8
23 changed files with 3 additions and 1 deletions

View File

@ -9,7 +9,9 @@
<template>
<div v-show="$route.meta.type=='iframe'" class="iframe-pages">
<iframe v-for="item in iframeList" :key="item.meta.url" v-show="$route.meta.url==item.meta.url" :src="item.meta.url" frameborder='0'></iframe>
<iframe v-for="item in iframeList" :key="item.meta.url" v-show="$route.meta.url==item.meta.url" :src="item.meta.url" frameborder='0'>
</iframe>
</div>
</template>