Commit 2a772f6c authored by nick zheng's avatar nick zheng

Merge branch 'beta' into 'master'

chore: 应用配置页返回

See merge request !237
parents 8705054f 2205cfa2
......@@ -102,7 +102,11 @@ onMounted(() => {
})
function handleBackPreviousPage() {
router.back()
if (window.history.state.back) {
router.back()
} else {
router.replace({ name: 'Root' })
}
}
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