mirror of
https://gitee.com/hhyykk/ipms-sjy-ui.git
synced 2025-06-19 23:02:00 +08:00
feat: ✨ add closeOnPressEscape to ElMessageBox
This commit is contained in:
parent
8362665f2b
commit
f750e3b41b
@ -211,6 +211,7 @@ const handleAuthorized = () => {
|
|||||||
showCancelButton: false,
|
showCancelButton: false,
|
||||||
closeOnClickModal: false,
|
closeOnClickModal: false,
|
||||||
showClose: false,
|
showClose: false,
|
||||||
|
closeOnPressEscape: false,
|
||||||
confirmButtonText: t('login.relogin'),
|
confirmButtonText: t('login.relogin'),
|
||||||
type: 'warning'
|
type: 'warning'
|
||||||
}).then(() => {
|
}).then(() => {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user