wujingjing
2025-04-01 d5ef0fe419c0b3a83c3c73a63fb54353572a8103
src/layout/routerView/parent.vue
@@ -1,5 +1,5 @@
<template>
   <div class="layout-parent bg-[#f7f8fa]">
   <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" />