fix: the problem that the component loaded for the second time is empty

This commit is contained in:
cheng 2024-03-15 23:08:10 +08:00
parent 8c26178240
commit 2df395c602

View File

@ -1,6 +1,6 @@
<template>
<el-config-provider :locale="currentLocale">
<router-view />
<router-view :key="$route.fullPath" />
<ReDialog />
</el-config-provider>
</template>