2024年3月22日发(作者:转mp3格式)
"path": "/alreadygreen",
"title": "功能3-2",
"children": []
},
{
"path": "/approvedby",
"title": "功能3-3",
"children": []
},
]
},
{
"path": "/func10",
"title": "功能10",
"children": []
}
]
}
},
methods: {
selectMenu(key, keyPath) {
(key, keyPath)
tIndexLight = key;
},
// 展开指定的 sub-menu
handleOpen(key, keyPath) {
('展开的时候触发', key, keyPath);
},
// 收起指定的 sub-menu
handleClose(key, keyPath) {
('收起的时候触发', key, keyPath);
}
}
}
发布者:admin,转转请注明出处:http://www.yc00.com/xitong/1711091179a1858109.html
评论列表(0条)