wujingjing
2025-02-27 f996c7437b0a7d4e7bafeb7c71b7c86b7170c8bd
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>