Commit b0e1d23d by zhaochengxiang

bug fix

parent 21a9c15c
......@@ -459,19 +459,19 @@ export function checkMenuAdmit(menuinfo) {
if((menumessage.bit&totalbit)===menumessage.bit){
return true
}else{
showInfoNotifaction('提示', `暂无访问路由【${menumessage.name}】的权限`);
showInfoNotifaction('提示', `暂无访问路由【${menumessage.name}】的权限`, 5);
return false
}
}else{
showInfoNotifaction('提示', `暂无访问路由【${menumessage.name}】的权限`);
showInfoNotifaction('提示', `暂无访问路由【${menumessage.name}】的权限`, 5);
return false;
}
} catch (error) {
showInfoNotifaction('提示', `暂无访问路由$【${menumessage.name}】的权限`);
showInfoNotifaction('提示', `暂无访问路由$【${menumessage.name}】的权限`, 5);
return false;
}
} else {
showInfoNotifaction('提示', `暂无访问路由【${menumessage.name}】的权限`);
showInfoNotifaction('提示', `暂无访问路由【${menumessage.name}】的权限`, 5);
return false
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment