This commit is contained in:
xingyu
2022-11-22 22:07:03 +08:00
parent 6f1f24b43e
commit 52388705c0
4 changed files with 11 additions and 12 deletions

View File

@@ -6,7 +6,6 @@ import { unref } from 'vue'
import { useRouter } from 'vue-router'
const { currentRoute, replace } = useRouter()
const { params, query } = unref(currentRoute)
const { path, _redirect_type = 'path' } = params