修改后台主页
This commit is contained in:
@@ -13,7 +13,7 @@ class CategoryController extends Controller
|
||||
{
|
||||
if ($category->type == Category::TYPE_SHOW) {
|
||||
if ($category->relations) {
|
||||
return route('article.show', $category->relations);
|
||||
return redirect(route('article.show', $category->relations));
|
||||
}
|
||||
}
|
||||
$parent = getTopCate($category->id);
|
||||
|
||||
Reference in New Issue
Block a user