更新页面文件

This commit is contained in:
2019-07-06 21:14:19 +08:00
parent 79615defdb
commit 1b2fc10502
56 changed files with 3847 additions and 103 deletions

View File

@@ -39,6 +39,7 @@ class AdminAuth {
* @title 显示菜单
*/
protected function getMenu($request) {
$list = [];
$current_controller = '/' . str_replace('.', '/', strtolower($request->controller()));
$current_url = $current_controller . '/' . strtolower($request->action());
$menu = Cache::get('menu');