perf: 同步完整版代码

This commit is contained in:
xiaoxian521
2022-03-14 19:46:29 +08:00
parent f5b387231a
commit 05e55ae9a1
7 changed files with 151 additions and 90 deletions

View File

@@ -428,7 +428,7 @@ function onClickDrop(key, item, selectRoute?: RouteConfigs) {
});
}
function handleCommand(command: object) {
function handleCommand(command: any) {
const { key, item } = command;
onClickDrop(key, item);
}