fix: 🐛 混合模式跳转首页问题修复
This commit is contained in:
@@ -12,13 +12,11 @@
|
|||||||
>
|
>
|
||||||
{{ translateRouteTitle(tag.title) }}
|
{{ translateRouteTitle(tag.title) }}
|
||||||
|
|
||||||
<span class="inline-block rounded-full">
|
|
||||||
<i-ep-close
|
<i-ep-close
|
||||||
size="12px"
|
size="12px"
|
||||||
v-if="!isAffix(tag)"
|
v-if="!isAffix(tag)"
|
||||||
@click.prevent.stop="closeSelectedTag(tag)"
|
@click.prevent.stop="closeSelectedTag(tag)"
|
||||||
/>
|
/>
|
||||||
</span>
|
|
||||||
</router-link>
|
</router-link>
|
||||||
</scroll-pane>
|
</scroll-pane>
|
||||||
|
|
||||||
|
|||||||
@@ -24,6 +24,7 @@ export const constantRoutes: RouteRecordRaw[] = [
|
|||||||
|
|
||||||
{
|
{
|
||||||
path: "/",
|
path: "/",
|
||||||
|
name: "/",
|
||||||
component: Layout,
|
component: Layout,
|
||||||
redirect: "/dashboard",
|
redirect: "/dashboard",
|
||||||
children: [
|
children: [
|
||||||
|
|||||||
Reference in New Issue
Block a user