fix: 加载进度优化与登录弹窗优化

This commit is contained in:
Gsh
2025-07-28 13:43:46 +08:00
parent 1986901031
commit 5c85ed13fd
3 changed files with 8 additions and 6 deletions

View File

@@ -16,6 +16,11 @@ const designStore = useDesignStore();
// const { isMobile } = useScreenStore();
/** 获取布局格式 */
const layout = computed((): LayoutType => designStore.layout);
onMounted(() => {
console.log('111--');
// 通知 index.html 的 loading 动画进度拉满并淡出
(window as any)?.finishLoading();
});
</script>
<template>