This commit is contained in:
jxxghp
2023-08-10 08:25:47 +08:00
parent b54bf678b7
commit 2ddc112e0a

View File

@@ -73,6 +73,6 @@ provide('accountInfo', accountInfo)
<template>
<VApp>
<RouterView :key="route.fullPath + route.query" />
<RouterView :key="route.fullPath" />
</VApp>
</template>