feat: 完善前端用户管理功能
This commit is contained in:
@@ -11,6 +11,14 @@ export default {
|
||||
rank: 1
|
||||
},
|
||||
children: [
|
||||
{
|
||||
path: "/auth/backendUser",
|
||||
name: "backendUser",
|
||||
component: () => import("@/views/auth/backendUser/index.vue"),
|
||||
meta: {
|
||||
title: "管理端用户"
|
||||
}
|
||||
},
|
||||
{
|
||||
path: "/auth/company",
|
||||
name: "company",
|
||||
|
||||
Reference in New Issue
Block a user