Commit e319cdec authored by chenqikuai's avatar chenqikuai

fix

parent 27d2e81d
...@@ -20,7 +20,7 @@ onMounted(async () => { ...@@ -20,7 +20,7 @@ onMounted(async () => {
<template> <template>
<ElConfigProvider :locale="zhCn"> <ElConfigProvider :locale="zhCn">
<router-view></router-view> <router-view :key="$route.path"></router-view>
<globalMount /> <globalMount />
</ElConfigProvider> </ElConfigProvider>
</template> </template>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment