| | |
| | | }, |
| | | { |
| | | path: '/login', |
| | | component: () => import('@/views/login.vue'), |
| | | // component: () => import('@/views/rztLogin.vue'), |
| | | component: () => import('@/views/dingdingLogin.vue'), |
| | | hidden: true |
| | | }, |
| | | { |
| | | path: '/rzt_login', |
| | | component: () => import('@/views/rztLogin.vue'), |
| | | hidden: true |
| | | }, |
| | | { |
| | | path: '/dingdingLogin', |
| | | component: () => import('@/views/dingdingLogin.vue'), |
| | | hidden: true |
| | | }, |
| | | { |
| | |
| | | path: '/index', |
| | | component: () => import('@/views/index.vue'), |
| | | name: 'Index', |
| | | meta: { title: '首页', icon: 'dashboard', affix: true } |
| | | meta: { title: '文件管理', icon: 'dashboard', affix: true } |
| | | } |
| | | ] |
| | | }, |