diff --git a/config/haai.php b/config/haai.php index f29130e..b2cf31a 100644 --- a/config/haai.php +++ b/config/haai.php @@ -13,6 +13,7 @@ return [ 'sjljrc' => 69,//省级领军人才梯队 'yjzdxk' => 68,//院级重点学科 'xhqk' => 66,//院级重点学科 + 'yjsgg' => 74,//预决算公告 ], //分类使用的模板 'template' => [ @@ -20,5 +21,6 @@ return [ ], 'no_list' => [ 19, + 74, ], ]; \ No newline at end of file diff --git a/resources/views/category/left.blade.php b/resources/views/category/left.blade.php index eabe293..04023cb 100644 --- a/resources/views/category/left.blade.php +++ b/resources/views/category/left.blade.php @@ -14,10 +14,10 @@ @else
- {{ $category->parent->title }} + {{ $parent->title }}