This commit is contained in:
expdsn 2024-09-29 16:18:02 +08:00
parent 8610ae6f57
commit 68ab5c9a4e
1 changed files with 1 additions and 1 deletions

View File

@ -60,7 +60,7 @@ export default defineComponent(() => {
<div class="flex justify-between items-center py-4"> <div class="flex justify-between items-center py-4">
<Button type="primary" icon={<SwapOutlined />} <Button type="primary" icon={<SwapOutlined />}
onClick={()=> { onClick={()=> {
router.path = '' router.go ('')
}}> }}>