fix: 文件上传提示优化、element-plus-x版本回退

This commit is contained in:
Gsh
2025-12-16 22:54:43 +08:00
parent 9a9230786b
commit 2714a507d9
3 changed files with 257 additions and 251 deletions

View File

@@ -42,12 +42,8 @@ onMounted(() => {
</script>
<template>
<div v-show="layout === 'blankPage'">
<LayoutBlankPage />
<!-- <component :is="LayoutComponent[layout]" /> -->
</div>
<div v-show="layout !== 'blankPage'">
<LayoutVertical />
<div>
<component :is="LayoutComponent[layout]" />
</div>
</template>