From 2205060b3bf9df06022ee9fae08bf4ac5e52646e Mon Sep 17 00:00:00 2001 From: taest <876239615@qq.com> Date: Fri, 8 Jul 2022 07:28:28 +0000 Subject: [PATCH] =?UTF-8?q?el-dialog=20=E5=85=A8=E5=B1=80=E8=AE=BE?= =?UTF-8?q?=E7=BD=AE=E4=B8=BA=E5=BD=93=E9=BC=A0=E6=A0=87=E7=82=B9=E5=87=BB?= =?UTF-8?q?=E5=BC=B9=E7=AA=97=E5=A4=96=E6=97=B6=EF=BC=8C=E4=B8=8D=E5=85=B3?= =?UTF-8?q?=E9=97=AD=E5=BC=B9=E7=AA=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ruoyi-ui/src/main.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ruoyi-ui/src/main.js b/ruoyi-ui/src/main.js index ebd94b9d..17654287 100644 --- a/ruoyi-ui/src/main.js +++ b/ruoyi-ui/src/main.js @@ -48,7 +48,7 @@ Vue.prototype.selectDictLabel = selectDictLabel Vue.prototype.selectDictLabels = selectDictLabels Vue.prototype.download = download Vue.prototype.handleTree = handleTree - +Element.Dialog.props.closeOnClickModal.default = false // 全局组件挂载 Vue.component('DictTag', DictTag) Vue.component('Pagination', Pagination)