新增注册邮箱名自定义字符过滤

This commit is contained in:
eoao
2025-11-16 12:52:37 +08:00
parent 025dc1fbdb
commit 0395992b5b
12 changed files with 79 additions and 25 deletions

View File

@@ -16,7 +16,7 @@ const routes = [
name: 'email',
component: () => import('@/views/email/index.vue'),
meta: {
title: '收件箱',
title: 'inbox',
name: 'email',
menu: true
}