wujingjing
2024-10-21 44367fcf62c12e6625d2d231086dfdb83d66b79c
src/layout/routerView/parent.vue
@@ -1,5 +1,5 @@
<template>
   <div class="layout-parent">
   <div class="layout-parent bg-[#f7f8fa]">
      <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>