Commit a4a4036b authored by 章建武's avatar 章建武

dep

parent 77128c8b
......@@ -131,7 +131,7 @@ class ArticleController extends Controller
->where('num', $num)
->where('language_type',$language_type)
->first();
if(!$info) return '找不到当前文章';
$navigation = IndexNavigation::query()
->where('is_link',0)
->where('parent_id',0)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment