style: 界面管理

This commit is contained in:
2024-12-30 16:46:21 +08:00
parent 02522561fc
commit ac571ea4b0
4 changed files with 318 additions and 13 deletions

View File

@@ -34,6 +34,14 @@ export default {
meta: {
title: "用户管理"
}
},
{
path: "/auth/role",
name: "role",
component: () => import("@/views/auth/role/index.vue"),
meta: {
title: "角色管理"
}
}
]
} satisfies RouteConfigsTable;