11
This commit is contained in:
@@ -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"),
|
||||
|
||||
|
||||
Reference in New Issue
Block a user