|
|
|
@ -6,10 +6,8 @@
@@ -6,10 +6,8 @@
|
|
|
|
|
import { useRouter } from 'vue-router'; |
|
|
|
|
|
|
|
|
|
const { currentRoute, replace } = useRouter(); |
|
|
|
|
|
|
|
|
|
const { params, query } = unref(currentRoute); |
|
|
|
|
const { path } = params; |
|
|
|
|
|
|
|
|
|
const _path = Array.isArray(path) ? path.join('/') : path; |
|
|
|
|
|
|
|
|
|
replace({ |
|
|
|
|