yangyin
2024-10-16 9b5a94232d5eb17fb3b0621ad691d0cdd73db5bb
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>