支持系统菜单功能

This commit is contained in:
muwoo
2021-12-10 16:47:33 +08:00
parent c9d6b04a7d
commit 6ee0b2a795
8 changed files with 99 additions and 7 deletions

View File

@@ -71,7 +71,6 @@ export default class {
result._id = this.replaceDocId(name, result._id);
return result;
} catch (e) {
console.log(e);
return null;
}
}