mirror of
https://gitee.com/ulthon/ulthon_admin.git
synced 2026-07-04 09:02:49 +08:00
完成分类和文章的模板设置
This commit is contained in:
@@ -18,7 +18,6 @@ class Nav extends Common
|
||||
public function index(Request $request)
|
||||
{
|
||||
//
|
||||
|
||||
$type = $request->param('type',1);
|
||||
|
||||
$list = ModelNav::order('sort asc')->order('id asc')->where('type',$type)->paginate();
|
||||
|
||||
Reference in New Issue
Block a user