feat: 接入真实登录鉴权流程
This commit is contained in:
@@ -23,6 +23,8 @@ export default {
|
||||
component: () => import("@/views/stores/index.vue"),
|
||||
meta: {
|
||||
title: "门店管理",
|
||||
menuKey: "stores",
|
||||
permission: "store:view",
|
||||
keepAlive: true
|
||||
}
|
||||
},
|
||||
@@ -32,6 +34,8 @@ export default {
|
||||
component: () => import("@/views/roles/index.vue"),
|
||||
meta: {
|
||||
title: "角色管理",
|
||||
menuKey: "roles",
|
||||
permission: "role:view",
|
||||
keepAlive: true
|
||||
}
|
||||
},
|
||||
@@ -41,6 +45,8 @@ export default {
|
||||
component: () => import("@/views/employees/index.vue"),
|
||||
meta: {
|
||||
title: "员工管理",
|
||||
menuKey: "employees",
|
||||
permission: ["employee:view:all", "employee:view:store"],
|
||||
keepAlive: true
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user