| | |
| | | name: 'UserAdminEdit', |
| | | meta: { title: '管理员编辑', noCache: true, activeMenu: '/user/admin/list' }, |
| | | hidden: true |
| | | }, |
| | | { |
| | | path: 'tag/list', |
| | | component: () => import('@/views/user/tag/list'), |
| | | name: 'TagAdminPageList', |
| | | meta: { title: '标签列表', noCache: true } |
| | | }, |
| | | { |
| | | path: 'tag/edit', |
| | | component: () => import('@/views/user/tag/edit'), |
| | | name: 'TagAdminEdit', |
| | | meta: { title: '标签编辑', noCache: true, activeMenu: '/user/tag/list' }, |
| | | hidden: true |
| | | } |
| | | ] |
| | | }, |
| | |
| | | hidden: true |
| | | }, |
| | | { |
| | | path: 'feedback/list', |
| | | component: () => import('@/views/feedback/list'), |
| | | name: 'feedback', |
| | | meta: { title: '错题反馈', noCache: true } |
| | | }, |
| | | { |
| | | path: 'personalSimulation/list/mathList', |
| | | component: () => import('@/views/exam/mathList/list.vue'), |
| | | name: 'multiplemathList', |