fix: 修复tagsView无动画效果

This commit is contained in:
陈凯龙
2021-10-23 16:35:18 +08:00
parent a4bd2068a5
commit 0e3eb4ba8b
7 changed files with 72 additions and 61 deletions

View File

@@ -59,7 +59,7 @@ export const constantRouterMap: AppRouteRecordRaw[] = [
},
{
path: '/login',
component: () => import('_v/login/index.vue'),
component: () => import('@/views/login/index.vue'),
name: 'Login',
meta: {
hidden: true,