添加邮件模块
This commit is contained in:
@@ -4,6 +4,7 @@ import * as React from "react"
|
|||||||
import {
|
import {
|
||||||
CloudUpload,
|
CloudUpload,
|
||||||
Inbox,
|
Inbox,
|
||||||
|
Mail,
|
||||||
Server,
|
Server,
|
||||||
SquareTerminal,
|
SquareTerminal,
|
||||||
UsersRound,
|
UsersRound,
|
||||||
@@ -60,6 +61,29 @@ const data = {
|
|||||||
},
|
},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
title: "邮件系统",
|
||||||
|
url: "/console/mail",
|
||||||
|
icon: Mail,
|
||||||
|
items: [
|
||||||
|
{
|
||||||
|
title: "收件箱",
|
||||||
|
url: "/console/mail/inbox",
|
||||||
|
},
|
||||||
|
{
|
||||||
|
title: "已发送",
|
||||||
|
url: "/console/mail/sent",
|
||||||
|
},
|
||||||
|
{
|
||||||
|
title: "发送邮件",
|
||||||
|
url: "/console/mail/send",
|
||||||
|
},
|
||||||
|
{
|
||||||
|
title: "邮件管理",
|
||||||
|
url: "/console/mail/manage"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
},
|
||||||
{
|
{
|
||||||
title: "文件存储",
|
title: "文件存储",
|
||||||
url: "/console/storage",
|
url: "/console/storage",
|
||||||
|
|||||||
Reference in New Issue
Block a user