This commit is contained in:
fengchuanhn@gmail.com
2026-05-21 01:47:16 +08:00
parent 3b0a8d777c
commit 54f080fbc1
22 changed files with 1106 additions and 36 deletions

View File

@@ -136,7 +136,7 @@ const mainChildren = [
meta: { title: "管理", requiresRole: ROLE_ADMIN },
redirect: { name: "admin-overview" },
redirect: { name: "admin-users" },
children: [
@@ -199,7 +199,7 @@ const mainChildren = [
meta: { title: "管理", requiresRole: ROLE_OEM},
redirect: { name: "oem-overview" },
redirect: { name: "oem-users" },
children: [
@@ -231,7 +231,7 @@ const mainChildren = [
path: "desktop-config",
name: "admin-desktop-config",
name: "oem-desktop-config",
component: () => import("../views/oem/OemDesktopConfigView.vue"),
@@ -243,7 +243,7 @@ const mainChildren = [
path: "card-keys",
name: "admin-card-keys",
name: "oem-card-keys",
component: () => import("../views/oem/OemCardKeysView.vue"),