| | |
| | | }, |
| | | }, |
| | | { |
| | | path: '/userAdmin', |
| | | name: 'userAdmin', |
| | | component: () => import('/@/views/userAdmin/index.vue'), |
| | | meta: { |
| | | title: 'message.router.userAdmin', |
| | | isLink: '', |
| | | isHide: false, |
| | | isKeepAlive: true, |
| | | isAffix: false, |
| | | isIframe: false, |
| | | roles: ['admin', 'common'], |
| | | icon: 'iconfont icon-gerenzhongxin', |
| | | }, |
| | | }, |
| | | { |
| | | path: '/zhikong/xueqingdanbai', |
| | | name: 'xueqingdanbai', |
| | | component: () => import('/@/views/zhikong/xueqingdanbai.vue'), |
| | |
| | | }, |
| | | ], |
| | | |
| | | } |
| | | }, |
| | | { |
| | | path: '/register', |
| | | name: 'register', |
| | | component: () => import('/@/views/register/index.vue'), |
| | | meta: { |
| | | title: '注册', |
| | | }, |
| | | }, |
| | | ]; |
| | | |
| | | /** |
| | |
| | | title: '调查表', |
| | | }, |
| | | }, |
| | | { |
| | | path: '/register', |
| | | name: 'register', |
| | | component: () => import('/@/views/register/index.vue'), |
| | | meta: { |
| | | title: '注册', |
| | | }, |
| | | }, |
| | | { |
| | | path: '/registerSuu', |
| | | name: 'registerSuu', |
| | | component: () => import('/@/views/registerSuu/index.vue'), |
| | | meta: { |
| | | title: '注册成功', |
| | | }, |
| | | }, |
| | | ]; |
| | | |
| | | /** |
| | |
| | | title: '登录', |
| | | }, |
| | | }, |
| | | |
| | | /** |
| | | * 提示:写在这里的为全屏界面,不建议写在这里 |
| | | * 请写在 `dynamicRoutes` 路由数组中 |