前端组件调整,剔除无用文件

This commit is contained in:
2019-09-28 20:12:43 +08:00
parent 0b0d659c5e
commit c29b8358be
3496 changed files with 893 additions and 393801 deletions

View File

@@ -51,6 +51,9 @@ class AdminAuth {
Cache::set('menu', $menu);
}
foreach ($menu as $key => $value) {
if($current_url == $value['url']){
$this->data['meta_title'] = $value['title'];
}
if ($request->isAdmin || in_array($value['id'], array())) {
$list[$value['id']] = $value;
}