fix
parent
3f3b479293
commit
a585706b87
|
@ -250,7 +250,7 @@ export const constantRoutes = [
|
||||||
{
|
{
|
||||||
path: 'user',
|
path: 'user',
|
||||||
name: '用户管理',
|
name: '用户管理',
|
||||||
component: () => import('@/views/ldap/index'),
|
component: () => import('@/views/ldap/user'),
|
||||||
meta: { title: '用户管理', icon: 'el-icon-user' }
|
meta: { title: '用户管理', icon: 'el-icon-user' }
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
|
@ -0,0 +1,5 @@
|
||||||
|
<template>
|
||||||
|
<el-main>
|
||||||
|
开发中...
|
||||||
|
</el-main>
|
||||||
|
</template>
|
Loading…
Reference in New Issue