mirror of
https://github.com/jumpserver/lina.git
synced 2025-08-11 19:41:55 +00:00
fix: 使用type值
This commit is contained in:
parent
15cf13d4de
commit
c16be0a85c
@ -75,7 +75,7 @@ export default {
|
|||||||
component: UploadKey
|
component: UploadKey
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (platform === 'MongoDB') {
|
if (platform === 'mongodb') {
|
||||||
fieldsMeta['db_name']['rules'] = [rules.Required]
|
fieldsMeta['db_name']['rules'] = [rules.Required]
|
||||||
}
|
}
|
||||||
return fieldsMeta
|
return fieldsMeta
|
||||||
|
Loading…
Reference in New Issue
Block a user