This commit is contained in:
jxxghp
2023-08-10 08:25:47 +08:00
parent b54bf678b7
commit 2ddc112e0a
+1 -1
View File
@@ -73,6 +73,6 @@ provide('accountInfo', accountInfo)
<template> <template>
<VApp> <VApp>
<RouterView :key="route.fullPath + route.query" /> <RouterView :key="route.fullPath" />
</VApp> </VApp>
</template> </template>