Update main.js

master
钟进 6 years ago
parent d585b3cf5c
commit 815904ef41

@ -340,10 +340,24 @@ function checkObjects(options, regType, regName, regFullName, tasks, newObjects)
name: 'add',
obj: objects[id]
});
newObjects.push(id);
}
if (regs.length) {
tasks.push({
id: regName,
name: 'add',
obj: {
type: 'channel',
common: {
name: regFullName
},
native: {}
}
});
}
}
function sortByAddress(a, b) {

Loading…
Cancel
Save