wujingjing
2024-10-31 8203dbf3281ab379484be289aa770fd40ec1560f
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>