保存进度!
This commit is contained in:
parent
d0d143d916
commit
9fa480103b
@ -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;
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user