保存进度!

This commit is contained in:
Kane Wang 2023-01-31 19:51:48 +08:00
parent 9fa480103b
commit 44c9511dbe
1 changed files with 3 additions and 1 deletions

View File

@ -2,7 +2,7 @@
* @Author: Kane
* @Date: 2023-01-30 17:06:10
* @LastEditors: Kane
* @LastEditTime: 2023-01-30 22:57:51
* @LastEditTime: 2023-01-31 16:24:19
* @FilePath: \IT工具综合平台\src\utils\global.js
* @Description: 全局方法
*
@ -31,6 +31,8 @@ const globalFunction = {
};
export default {
//vue的use函数会调用参数对象的install函数进行安装工作本质上就是往vue实例对象的config.properties
//属性添加对象或方法。
install(app)
{
app.config.globalProperties["deleteConfirm"] = globalFunction.deleteConfirm;