新增注册码、草稿箱、权限拦截邮件、发件菜单隐藏
This commit is contained in:
@@ -28,6 +28,16 @@ const routes = [
|
||||
menu: true
|
||||
}
|
||||
},
|
||||
{
|
||||
path: '/draft',
|
||||
name: 'draft',
|
||||
component: () => import('@/views/draft/index.vue'),
|
||||
meta: {
|
||||
title: '草稿箱',
|
||||
name: 'draft',
|
||||
menu: true
|
||||
}
|
||||
},
|
||||
{
|
||||
path: '/content',
|
||||
name: 'content',
|
||||
|
||||
Reference in New Issue
Block a user