wujingjing
2025-02-10 e50196bff10f0196307b2567ed6c0829eadd8ff6
src/layout/routerView/parent.vue
@@ -1,5 +1,5 @@
<template>
   <div class="layout-parent">
   <div class="layout-parent bg-[#f7f8fa] relative">
      <router-view v-slot="{ Component }">
         <keep-alive :include="getKeepAliveNames">
            <component :is="Component" :key="state.refreshRouterViewKey" class="w100" v-show="!isIframePage" />
@@ -104,3 +104,6 @@
   }
);
</script>