Commit f750e3b4 by AhJindeg

feat: add closeOnPressEscape to ElMessageBox

parent 8362665f
...@@ -211,6 +211,7 @@ const handleAuthorized = () => { ...@@ -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(() => {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment