mirror of
https://gitee.com/ccnetcore/Yi
synced 2026-04-05 16:56:35 +08:00
12 lines
129 B
JavaScript
12 lines
129 B
JavaScript
|
|
export function setMenu(menuList) {
|
||
|
|
if(menuList!=null && menuList.Count()>0)
|
||
|
|
{
|
||
|
|
|
||
|
|
}
|
||
|
|
|
||
|
|
}
|
||
|
|
|
||
|
|
function setTreeChildren(menuList)
|
||
|
|
{
|
||
|
|
|
||
|
|
}
|