保存进度!

This commit is contained in:
Kane Wang 2023-01-31 16:21:53 +08:00
parent d0d143d916
commit 9fa480103b
1 changed files with 2 additions and 2 deletions

View File

@ -22,7 +22,7 @@ const globalFunction = {
closeOnPressEscape: false, closeOnPressEscape: false,
type: "warning", type: "warning",
} }
).then(()=>{}); ).then(() => { });
}, },
message: (param) => message: (param) =>
{ {
@ -36,4 +36,4 @@ export default {
app.config.globalProperties["deleteConfirm"] = globalFunction.deleteConfirm; app.config.globalProperties["deleteConfirm"] = globalFunction.deleteConfirm;
app.config.globalProperties["message"] = globalFunction.message; app.config.globalProperties["message"] = globalFunction.message;
}, },
}; };