This commit is contained in:
2022-06-30 14:01:05 +08:00
parent 6f21ee66b5
commit 492e5fd04b
4 changed files with 6 additions and 6 deletions

View File

@@ -24,11 +24,12 @@ class Controller extends BaseController
->orderBy('order', 'asc')
->select('id', 'title')
->get();
$links = Link::get();
$links = Link::get();
$gLxwmCate = Category::find(10);
View::share('all_categorys', $categorys);
View::share('links', $links);
View::share('gLxwmCate', $gLxwmCate);
}
}