保存进度!

This commit is contained in:
Kane Wang 2023-01-30 18:02:13 +08:00
parent e2486d497f
commit b952cf7b99
55 changed files with 17 additions and 0 deletions

View File

@ -0,0 +1,17 @@
/*
* @Author: Kane
* @Date: 2023-01-30 17:06:10
* @LastEditors: Kane
* @LastEditTime: 2023-01-30 17:12:38
* @FilePath: \IT工具综合平台\src\utils\global.js
* @Description: 全局方法
*
* Copyright (c) ${2022} by Kane, All Rights Reserved.
*/
const globalFunction = {
deleteConfirm: (param) =>
{
console.log("删除确认",param);
},
};