权限才能显示按钮

shiro有对应的权限才能显示按钮

没有这个权限,就不展示对应的按键



<%@ taglib prefix="shiro" uri="http://shiro.apache.org/tags" %>
...
<shiro:hasPermission name="employee:delete">
    <a href="javascript:;" data-method="delete" class="easyui-linkbutton" iconCls="icon-remove" plain="true">删除</a>
</shiro:hasPermission>

猜你喜欢

转载自blog.csdn.net/Secutiry_/article/details/88941090