[Fix][UI Next] Fix Security User Manage route was outdated (#8153)

Update_README
lilyzhou 2022-01-21 18:18:26 +08:00 committed by GitHub
parent 1fd748f376
commit a9ecaf0b81
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -40,8 +40,8 @@ export default {
},
{
path: '/security/user-manage',
name: 'users-manage',
component: components['user-manage'],
name: 'user-manage',
component: components['security-user-manage'],
meta: {
title: '用户管理',
showSide: true