Commit 62e8993b authored by nick zheng's avatar nick zheng

chore: 应用设置页点击返回回到应用列表页

parent c72a85d7
...@@ -97,7 +97,7 @@ onMounted(() => { ...@@ -97,7 +97,7 @@ onMounted(() => {
}) })
function handleBackPreviousPage() { function handleBackPreviousPage() {
router.go(-1) router.replace({ name: 'PersonalSpaceApp' })
} }
function handleDropdownSelect(key: string) { function handleDropdownSelect(key: string) {
......
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