mirror of
https://github.com/pure-admin/pure-admin-thin.git
synced 2025-11-14 14:43:37 +08:00
perf: 同步完整版代码
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user