From 9fa480103b33efc9c82be7a9e658c61af3db99b9 Mon Sep 17 00:00:00 2001 From: Kane Wang Date: Tue, 31 Jan 2023 16:21:53 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=9D=E5=AD=98=E8=BF=9B=E5=BA=A6=EF=BC=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- code/web/IT工具综合平台/src/utils/global.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/web/IT工具综合平台/src/utils/global.js b/code/web/IT工具综合平台/src/utils/global.js index 2f31119..bd8ab2f 100644 --- a/code/web/IT工具综合平台/src/utils/global.js +++ b/code/web/IT工具综合平台/src/utils/global.js @@ -22,7 +22,7 @@ const globalFunction = { closeOnPressEscape: false, type: "warning", } - ).then(()=>{}); + ).then(() => { }); }, message: (param) => { @@ -36,4 +36,4 @@ export default { app.config.globalProperties["deleteConfirm"] = globalFunction.deleteConfirm; app.config.globalProperties["message"] = globalFunction.message; }, -}; \ No newline at end of file +};