mirror of
https://gitee.com/dcloud/opendb.git
synced 2024-11-10 11:09:44 +08:00
update: uni-id-user passowrd字段,配置组件类型为密码
This commit is contained in:
parent
df1f628b42
commit
a87e142aa6
@ -14,7 +14,13 @@
|
||||
"password": {
|
||||
"bsonType": "string",
|
||||
"title": "密码",
|
||||
"description": "密码,加密存储"
|
||||
"description": "密码,加密存储",
|
||||
"component": {
|
||||
"name": "input",
|
||||
"props": {
|
||||
"type": "password"
|
||||
}
|
||||
}
|
||||
},
|
||||
"nickname": {
|
||||
"bsonType": "string",
|
||||
|
Loading…
Reference in New Issue
Block a user