完善业务闭环,实现对轮播图的管理,优化数据库表文件
This commit is contained in:
@@ -76,6 +76,12 @@ const routes: RouteRecordRaw[] = [
|
||||
component: () => import('@/views/notify/NoticeManagement.vue'),
|
||||
meta: { title: '通知公告' }
|
||||
},
|
||||
{
|
||||
path: 'banners',
|
||||
name: 'BannerManagement',
|
||||
component: () => import('@/views/banner/BannerManagement.vue'),
|
||||
meta: { title: '轮播图管理' }
|
||||
},
|
||||
{
|
||||
path: 'loginlog',
|
||||
name: 'LoginLog',
|
||||
|
||||
Reference in New Issue
Block a user