mirror of
https://gitee.com/zoujingli/ThinkAdmin.git
synced 2025-04-05 19:41:44 +08:00
修改菜单
This commit is contained in:
parent
62640a035a
commit
1f8cfd2743
@ -30,7 +30,7 @@ class Auth extends Controller
|
||||
* 绑定数据表
|
||||
* @var string
|
||||
*/
|
||||
public $table = 'SystemAuth';
|
||||
private $table = 'SystemAuth';
|
||||
|
||||
/**
|
||||
* 系统权限管理
|
||||
|
@ -57,7 +57,7 @@ class Menu extends Controller
|
||||
{
|
||||
foreach ($data as &$vo) {
|
||||
if ($vo['url'] !== '#') {
|
||||
$vo['url'] = trim(sysuri($vo['url']) . (empty($vo['params']) ? '' : "?{$vo['params']}"), '/\\');
|
||||
$vo['url'] = trim(url($vo['url'])->build() . (empty($vo['params']) ? '' : "?{$vo['params']}"), '/\\');
|
||||
}
|
||||
$vo['ids'] = join(',', DataExtend::getArrSubIds($data, $vo['id']));
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user