From 43b31edb757fdbc002a2ab32e976ac9d179cf20d Mon Sep 17 00:00:00 2001 From: konbai <1527468660@qq.com> Date: 星期二, 20 十二月 2022 00:03:01 +0800 Subject: [PATCH] add 增加 RedisUtils 检查缓存对象是否存在方法 --- ruoyi-ui/src/main.js | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/ruoyi-ui/src/main.js b/ruoyi-ui/src/main.js index 1e0144f..caf30d7 100644 --- a/ruoyi-ui/src/main.js +++ b/ruoyi-ui/src/main.js @@ -73,6 +73,9 @@ * please remove it before going online! ! ! */ +// 淇敼 el-dialog 榛樿鐐瑰嚮閬収涓轰笉鍏抽棴 +Element.Dialog.props.closeOnClickModal.default = false + Vue.use(Element, { size: Cookies.get('size') || 'medium' // set element-ui default size }) -- Gitblit v1.9.3