| | |
| | | } |
| | | }, |
| | | { |
| | | path: '/callback', |
| | | component: () => import('@/views/Login/Callback.vue'), |
| | | name: 'Callback', |
| | | meta: { |
| | | hidden: true, |
| | | noTagsView: true |
| | | } |
| | | }, |
| | | { |
| | | path: '/home2', |
| | | component: () => import('@/views/Home/Index2.vue'), |
| | | name: 'Home2', |
| | |
| | | ] |
| | | }, |
| | | { |
| | | path: '/user', |
| | | component: Layout, |
| | | name: 'UserInfo', |
| | | meta: { |
| | | hidden: true |
| | | }, |
| | | children: [ |
| | | { |
| | | path: 'profile', |
| | | component: () => import('@/views/Profile/Index.vue'), |
| | | name: 'Profile', |
| | | meta: { |
| | | canTo: true, |
| | | hidden: true, |
| | | noTagsView: false, |
| | | icon: 'ep:user', |
| | | title: t('common.profile') |
| | | } |
| | | }, |
| | | { |
| | | path: 'notify-message', |
| | | component: () => import('@/views/system/notify/my/index.vue'), |
| | | name: 'MyNotifyMessage', |
| | | meta: { |
| | | canTo: true, |
| | | hidden: true, |
| | | noTagsView: false, |
| | | icon: 'ep:message', |
| | | title: '我的站内信' |
| | | } |
| | | } |
| | | ] |
| | | }, |
| | | { |
| | | path: '/login', |
| | | component: () => import('@/views/Login/Login.vue'), |
| | | name: 'Login', |