Merge branch 'develop' of http://g.28ms.com:8000/yangjianbin/page into develop
Showing
1 changed file
with
1 additions
and
1 deletions
| ... | @@ -146,7 +146,7 @@ | ... | @@ -146,7 +146,7 @@ |
| 146 | } | 146 | } |
| 147 | 147 | ||
| 148 | function edit(id) { | 148 | function edit(id) { |
| 149 | layer_show('编辑角色', '<?=site_url('perm/roleAdd');?>/'+id); | 149 | layer_show('编辑角色', '<?=site_url('perm/roleEdit');?>/'+id); |
| 150 | } | 150 | } |
| 151 | 151 | ||
| 152 | function del(id) { | 152 | function del(id) { | ... | ... |
-
Please register or sign in to post a comment