提交 b5d2628b 编写于 作者: E East

修复个人中心页面,修改个人信息的时候,表单验证里email字段的验证message多一个单引号的问题

上级 9460acd9
......@@ -42,7 +42,7 @@ export default {
{ required: true, message: "邮箱地址不能为空", trigger: "blur" },
{
type: "email",
message: "'请输入正确的邮箱地址",
message: "请输入正确的邮箱地址",
trigger: ["blur", "change"]
}
],
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册