feat: 新增系统管理/公告管理(列表、查看详情、新增、修改、删除、导出)

This commit is contained in:
2023-08-23 00:00:41 +08:00
parent 46a75d0297
commit 46e125d8c9
22 changed files with 2225 additions and 151 deletions

View File

@@ -52,6 +52,16 @@ const System: AppRouteRecordRaw = {
roles: ['*'],
},
},
{
path: '/system/announcement',
name: 'Announcement',
component: () => import('@/views/system/announcement/index.vue'),
meta: {
locale: 'menu.system.announcement.list',
requiresAuth: true,
roles: ['*'],
},
},
],
};