Browse Source

🕟 优化

master
wangxiang 3 years ago
parent
commit
bb28d570a9
  1. 2
      kicc-ui/src/views/core/redirect/index.vue

2
kicc-ui/src/views/core/redirect/index.vue

@ -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({

Loading…
Cancel
Save