From bb28d570a93bbaadcd41195f8aebbeea54c08746 Mon Sep 17 00:00:00 2001 From: wangxiang <1827945911@qq.com> Date: Wed, 4 May 2022 07:58:24 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=95=9F=20=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- kicc-ui/src/views/core/redirect/index.vue | 2 -- 1 file changed, 2 deletions(-) diff --git a/kicc-ui/src/views/core/redirect/index.vue b/kicc-ui/src/views/core/redirect/index.vue index 726c6f04..008a7d63 100644 --- a/kicc-ui/src/views/core/redirect/index.vue +++ b/kicc-ui/src/views/core/redirect/index.vue @@ -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({