mirror of
https://gitee.com/ssssssss-team/magic-boot.git
synced 2026-05-15 00:00:02 +08:00
菜单搜索,菜单icon
This commit is contained in:
@@ -121,12 +121,8 @@ common.objAssign = (obj1, obj2) => {
|
||||
}
|
||||
}
|
||||
|
||||
common.copyNewObject = (obj) => {
|
||||
var newObj = {}
|
||||
for (var key in obj) {
|
||||
newObj[key] = obj[key]
|
||||
}
|
||||
return newObj
|
||||
common.copyNew = (obj) => {
|
||||
return JSON.parse(JSON.stringify(obj))
|
||||
}
|
||||
|
||||
common.getParam = (data) => {
|
||||
|
||||
Reference in New Issue
Block a user