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 +};