保存进度!
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
* @Author: Kane
|
||||
* @Date: 2023-01-30 17:06:10
|
||||
* @LastEditors: Kane
|
||||
* @LastEditTime: 2023-01-30 17:12:38
|
||||
* @LastEditTime: 2023-01-30 21:42:50
|
||||
* @FilePath: \IT工具综合平台\src\utils\global.js
|
||||
* @Description: 全局方法
|
||||
*
|
||||
@@ -12,6 +12,18 @@
|
||||
const globalFunction = {
|
||||
deleteConfirm: (param) =>
|
||||
{
|
||||
console.log("删除确认",param);
|
||||
console.log("删除确认", param);
|
||||
},
|
||||
message: (param) =>
|
||||
{
|
||||
console.log(param);
|
||||
},
|
||||
};
|
||||
|
||||
export default {
|
||||
install(app)
|
||||
{
|
||||
app.config.globalProperties["deleteConfirm"] = globalFunction.deleteConfirm;
|
||||
app.config.globalProperties["message"] = globalFunction.message;
|
||||
},
|
||||
};
|
Reference in New Issue
Block a user