fix: 加载进度优化与登录弹窗优化
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user