新增注册码、草稿箱、权限拦截邮件、发件菜单隐藏

This commit is contained in:
eoao
2025-07-15 20:09:56 +08:00
parent 7e5a383bc6
commit 254325431b
55 changed files with 1819 additions and 361 deletions

View File

@@ -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',