pull/46/head
starsliao 2022-11-17 00:05:13 +08:00
parent 3f3b479293
commit a585706b87
2 changed files with 6 additions and 1 deletions

View File

@ -250,7 +250,7 @@ export const constantRoutes = [
{
path: 'user',
name: '用户管理',
component: () => import('@/views/ldap/index'),
component: () => import('@/views/ldap/user'),
meta: { title: '用户管理', icon: 'el-icon-user' }
}
]

View File

@ -0,0 +1,5 @@
<template>
<el-main>
开发中...
</el-main>
</template>