保存进度!
This commit is contained in:
parent
e2486d497f
commit
b952cf7b99
17
code/web/IT工具综合平台/src/utils/global.js
Normal file
17
code/web/IT工具综合平台/src/utils/global.js
Normal 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);
|
||||
},
|
||||
};
|
Loading…
x
Reference in New Issue
Block a user