wujingjing
2024-12-19 6f95ca0e2ce85ee1afb3fe774c282c69f0c18efd
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>