get(); return view('home/http/softcenter', ['list' => $list]); } /** * 电子书 */ public function XYEbook() { return view('home/http/softebook'); } }