This commit is contained in:
2025-02-18 15:27:28 +08:00
26 changed files with 1652 additions and 313 deletions

View File

@@ -463,7 +463,7 @@ export const constantRoutes: RouteRecordRaw[] = [
children: [
{
path: "index",
component: () => import("@/views/user/index.vue"),
component: () => import("@/views/user/list/index.vue"),
name: "userIndex",
meta: {
title: "用户列表",