mirror of
https://github.com/yudaocode/yudao-ui-admin-vue3.git
synced 2026-04-19 08:58:37 +00:00
feat: ✨ add closeOnPressEscape to ElMessageBox
This commit is contained in:
@@ -211,6 +211,7 @@ const handleAuthorized = () => {
|
||||
showCancelButton: false,
|
||||
closeOnClickModal: false,
|
||||
showClose: false,
|
||||
closeOnPressEscape: false,
|
||||
confirmButtonText: t('login.relogin'),
|
||||
type: 'warning'
|
||||
}).then(() => {
|
||||
|
||||
Reference in New Issue
Block a user