Commit 86300f53 authored by nick zheng's avatar nick zheng

Merge branch 'beta' into 'master'

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

See merge request !27
parents 383e4ea2 62e8993b
...@@ -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