You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
information-system/application/views/bootstrap/accessmanage/right_nav.php

5 lines
262 B
PHTML

<ul>
<li><a href="<?php echo site_url('accessmanage/index/') ?>">用户管理</a></li>
<li><a href="<?php echo site_url('accessmanage/role/') ?>">角色管理</a></li>
<li><a href="<?php echo site_url('accessmanage/action/') ?>">权限节点管理</a></li>
</ul>