mirror of
https://github.com/jumpserver/lina.git
synced 2025-04-27 19:15:13 +00:00
perf: add default logo
This commit is contained in:
parent
e693353d49
commit
92a863b078
@ -61,14 +61,7 @@ export default {
|
|||||||
fileChange: ([value], updateForm) => {
|
fileChange: ([value], updateForm) => {
|
||||||
this.logo_file = value
|
this.logo_file = value
|
||||||
}
|
}
|
||||||
},
|
}
|
||||||
rules: [
|
|
||||||
{
|
|
||||||
required: true,
|
|
||||||
message: this.$t('FieldRequiredError'),
|
|
||||||
trigger: 'blur'
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
hasSaveContinue: false,
|
hasSaveContinue: false,
|
||||||
@ -100,7 +93,6 @@ export default {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
methods: {
|
methods: {}
|
||||||
}
|
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
@ -55,7 +55,7 @@ export default {
|
|||||||
formatter: DetailFormatter
|
formatter: DetailFormatter
|
||||||
},
|
},
|
||||||
secret: {
|
secret: {
|
||||||
label: this.$t('Secret'),
|
label: 'Secret',
|
||||||
formatter: CopyableFormatter,
|
formatter: CopyableFormatter,
|
||||||
formatterArgs: {
|
formatterArgs: {
|
||||||
shadow: true,
|
shadow: true,
|
||||||
|
Loading…
Reference in New Issue
Block a user