Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
jinli gu
RuoYi Vue
Commits
4d8bd880
Commit
4d8bd880
authored
Feb 23, 2022
by
RuoYi
Browse files
优化个人中心页面email字段的表单验证多余的单引号
parent
c8c57b54
Changes
1
Show whitespace changes
Inline
Side-by-side
ruoyi-ui/src/views/system/user/profile/userInfo.vue
View file @
4d8bd880
...
@@ -42,7 +42,7 @@ export default {
...
@@ -42,7 +42,7 @@ export default {
{
required
:
true
,
message
:
"
邮箱地址不能为空
"
,
trigger
:
"
blur
"
},
{
required
:
true
,
message
:
"
邮箱地址不能为空
"
,
trigger
:
"
blur
"
},
{
{
type
:
"
email
"
,
type
:
"
email
"
,
message
:
"
'
请输入正确的邮箱地址
"
,
message
:
"
请输入正确的邮箱地址
"
,
trigger
:
[
"
blur
"
,
"
change
"
]
trigger
:
[
"
blur
"
,
"
change
"
]
}
}
],
],
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment