Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
weiqiao-vue
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
金民
weiqiao-vue
Commits
e81e3b06
Commit
e81e3b06
authored
Feb 26, 2026
by
王宝涛
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix(user): 移除邮箱字段必填验证
- 移除了邮箱字段的 required 验证规则 - 用户可以不填写邮箱直接提交表单
parent
4c7acef4
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletions
+0
-1
xjrsoft-vue3/src/views/system/user/components/UserModal.vue
+0
-1
No files found.
xjrsoft-vue3/src/views/system/user/components/UserModal.vue
View file @
e81e3b06
...
@@ -200,7 +200,6 @@
...
@@ -200,7 +200,6 @@
label
:
t
(
'邮箱'
),
label
:
t
(
'邮箱'
),
field
:
'email'
,
field
:
'email'
,
component
:
'Input'
,
component
:
'Input'
,
required
:
true
,
colProps
:
{
span
:
12
},
colProps
:
{
span
:
12
},
componentProps
:
{
componentProps
:
{
placeholder
:
'请输入邮箱'
,
placeholder
:
'请输入邮箱'
,
...
...
Write
Preview
Markdown
is supported
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