mirror of
https://github.com/hpd840321/craftlabs-authorization-sdk.git
synced 2026-06-09 10:00:30 +08:00
feat(web): add M8 todo center and notification settings pages
This commit is contained in:
@@ -128,6 +128,18 @@ const routes = [
|
||||
component: () => import("../views/DeviceListView.vue"),
|
||||
meta: { roles: ["SYS_ADMIN", "DEVELOPER", "OPS"], title: "设备管理" },
|
||||
},
|
||||
{
|
||||
path: "todos",
|
||||
name: "todos",
|
||||
component: () => import("../views/TodoCenterView.vue"),
|
||||
meta: { roles: ["SYS_ADMIN", "DEVELOPER", "OPS"], title: "待办中心" },
|
||||
},
|
||||
{
|
||||
path: "notifications/settings",
|
||||
name: "notification-settings",
|
||||
component: () => import("../views/NotificationSettingsView.vue"),
|
||||
meta: { roles: ["SYS_ADMIN"], title: "通知设置" },
|
||||
},
|
||||
],
|
||||
},
|
||||
{ path: "/403", name: "forbidden", component: () => import("../views/ForbiddenView.vue") },
|
||||
|
||||
Reference in New Issue
Block a user