mirror of
https://github.com/wangdage12/Snap.Server.Web.git
synced 2026-02-17 10:02:08 +08:00
添加部分用户管理功能和公告管理功能
This commit is contained in:
@@ -19,7 +19,7 @@ const routes = [
|
||||
},
|
||||
{
|
||||
path: 'user',
|
||||
component: () => import('@/views/dashboard/index.vue'),
|
||||
component: () => import('@/views/user/index.vue'),
|
||||
meta: { title: '用户管理', icon: 'User' },
|
||||
},
|
||||
{
|
||||
@@ -36,6 +36,11 @@ const routes = [
|
||||
component: () => import('@/views/dashboard/index.vue'),
|
||||
meta: { title: '角色管理', icon: 'UserFilled' },
|
||||
},
|
||||
{
|
||||
path: 'announcement',
|
||||
component: () => import('@/views/announcement/index.vue'),
|
||||
meta: { title: '公告管理', icon: 'Bell' },
|
||||
},
|
||||
],
|
||||
},
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user