Sign in
简柏林
/
thingskit-front
·
Commits
GitLab
Go to dashboard
Project
Activity
Files
Commits
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Network
Download as
Email Patches
Plain Diff
Browse Files
Commit
a6a4d37781003d565dcdb1c180feae4a3a831262
Authored by
fengtao
2022-08-23 18:00:18 +0800
1 parent
20bfc66f
fix:DEFECT-607 修改个人资料名称限制
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletions
src/layouts/default/header/components/personal/config.ts
src/layouts/default/header/components/personal/config.ts
View file @
a6a4d37
...
...
@@ -9,7 +9,6 @@ export const formSchema: FormSchema[] = [
9
9
required: true,
10
10
component: 'Input',
11
11
componentProps: {
12
-
maxLength: 10,
13
12
placeholder: '请输入用户昵称',
14
13
},
15
14
rules: chineseAndEnlishRule,
...
...