保存进度!
This commit is contained in:
		
							
								
								
									
										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);
 | 
			
		||||
    },
 | 
			
		||||
};
 | 
			
		||||
		Reference in New Issue
	
	Block a user