fix: 🐛 混合模式跳转首页问题修复
This commit is contained in:
parent
0e71a2c4a3
commit
7a9793db36
|
|
@ -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>
|
||||
|
||||
|
|
|
|||
|
|
@ -24,6 +24,7 @@ export const constantRoutes: RouteRecordRaw[] = [
|
|||
|
||||
{
|
||||
path: "/",
|
||||
name: "/",
|
||||
component: Layout,
|
||||
redirect: "/dashboard",
|
||||
children: [
|
||||
|
|
|
|||
Loading…
Reference in New Issue