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.
5 lines
262 B
PHTML
5 lines
262 B
PHTML
9 years ago
|
<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>
|