feat: 完善前端用户管理功能

This commit is contained in:
2024-12-26 16:29:03 +08:00
parent 67b1945747
commit c167d50f0e
2 changed files with 201 additions and 50 deletions

View File

@@ -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",