Commit 8cd5cb6c authored by 章建武's avatar 章建武

dep

parent 1ac2f377
...@@ -86,7 +86,7 @@ class ArticleController extends Controller ...@@ -86,7 +86,7 @@ class ArticleController extends Controller
->toArray(); ->toArray();
$v['children'] = $children; $v['children'] = $children;
} }
return view('index.news.index', return view('Index.news.index',
['news_center' => $news_center, ['news_center' => $news_center,
'news_center2' => $news_center2, 'news_center2' => $news_center2,
'group_news' => $group_news1, 'group_news' => $group_news1,
......
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