完善退出登录
This commit is contained in:
12
Yi.Vue2.x/src/util/menuHandle.js
Normal file
12
Yi.Vue2.x/src/util/menuHandle.js
Normal file
@@ -0,0 +1,12 @@
|
||||
export function setMenu(menuList) {
|
||||
if(menuList!=null && menuList.Count()>0)
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
function setTreeChildren(menuList)
|
||||
{
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user