wujingjing
2024-12-11 3229f6a34f4982d1a551d86e68d313482e33f701
src/layout/routerView/parent.vue
@@ -20,7 +20,6 @@
import { useThemeConfig } from '/@/stores/themeConfig';
import mittBus from '/@/utils/mitt';
import { Session } from '/@/utils/storage';
// 引入组件
const Iframes = defineAsyncComponent(() => import('/@/layout/routerView/iframes.vue'));
@@ -110,4 +109,5 @@
      immediate: true,
   }
);
</script>