部分优化
This commit is contained in:
@@ -118,6 +118,7 @@ export default defineComponent({
|
||||
};
|
||||
let handleClick = (event:any) => {
|
||||
// state.selectedKeys = [Number(event.key)]
|
||||
console.log(event.item)
|
||||
state.nowPageName = event.item.name
|
||||
router.push({path:event.item.route})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user