fix: 🐛 混合模式跳转首页问题修复

This commit is contained in:
hxr 2024-01-12 07:59:55 +08:00
parent 0e71a2c4a3
commit 7a9793db36
2 changed files with 6 additions and 7 deletions

View File

@ -12,13 +12,11 @@
>
{{ translateRouteTitle(tag.title) }}
<span class="inline-block rounded-full">
<i-ep-close
size="12px"
v-if="!isAffix(tag)"
@click.prevent.stop="closeSelectedTag(tag)"
/>
</span>
<i-ep-close
size="12px"
v-if="!isAffix(tag)"
@click.prevent.stop="closeSelectedTag(tag)"
/>
</router-link>
</scroll-pane>

View File

@ -24,6 +24,7 @@ export const constantRoutes: RouteRecordRaw[] = [
{
path: "/",
name: "/",
component: Layout,
redirect: "/dashboard",
children: [