feat: add closeOnPressEscape to ElMessageBox

pull/535/head
AhJindeg 2024-09-03 09:28:17 +08:00
parent 8362665f2b
commit f750e3b41b
1 changed files with 1 additions and 0 deletions

View File

@ -211,6 +211,7 @@ const handleAuthorized = () => {
showCancelButton: false,
closeOnClickModal: false,
showClose: false,
closeOnPressEscape: false,
confirmButtonText: t('login.relogin'),
type: 'warning'
}).then(() => {