src/router/index.ts
@@ -44,7 +44,12 @@ }, { path: '/login', component: () => import('@/views/login.vue'), component: () => import('@/views/dingdingLogin.vue'), hidden: true }, { path: '/dingdingLogin', component: () => import('@/views/dingdingLogin.vue'), hidden: true }, { @@ -71,7 +76,7 @@ path: '/index', component: () => import('@/views/index.vue'), name: 'Index', meta: { title: '首页', icon: 'dashboard', affix: true } meta: { title: '文件管理', icon: 'dashboard', affix: true } } ] },