Explorar o código

feat: ✨ add closeOnPressEscape to ElMessageBox

AhJindeg hai 11 meses
pai
achega
f750e3b41b
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      src/config/axios/service.ts

+ 1 - 0
src/config/axios/service.ts

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