Commit 7691b8fb authored by 章建武's avatar 章建武

dep

parent a185017b
......@@ -59,7 +59,7 @@ class AboutController extends Controller
->toArray();
$v['children'] = $children;
}
return view('index.about.about', compact('about'))
return view('Index.about.about', compact('about'))
->with('IndexNav',$navigation)
->with('language_type',$language_type)
->with('zh',$zh)
......
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