gerson
2024-07-07 d5f17f079d4af2a173015dc86a4d6d472731fac6
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>