|
@@ -11,7 +11,7 @@ async function handleNavigation(){
|
|
if(res.Ret!==200) return
|
|
if(res.Ret!==200) return
|
|
const arr=res.Data.List||[]
|
|
const arr=res.Data.List||[]
|
|
if(arr.length===0){
|
|
if(arr.length===0){
|
|
- MessagePlugin.waring('无任何菜单权限,请联系管理员')
|
|
|
|
|
|
+ MessagePlugin.warning('无任何菜单权限,请联系管理员')
|
|
return
|
|
return
|
|
}
|
|
}
|
|
const path=arr[0].children[0].path
|
|
const path=arr[0].children[0].path
|