优化手机端表现

This commit is contained in:
augushong
2024-11-07 14:32:34 +08:00
parent e2314b2553
commit 3baaf4747d
14 changed files with 48 additions and 82 deletions

View File

@@ -37,6 +37,9 @@ class MenuServiceBase
->find();
!empty($data) && $data['href'] = __url($data['href']);
$data['mb_title'] = '菜单';
$data['mb_href'] = (string)url('admin/Index/mobile');
return $data;
}