/**
  * 网址首页
  *
  * @return Response
  * @auther yangyifan <*****@*****.**>
  */
 public function getIndex()
 {
     return view('home.index.index', ['all_site' => IndexModel::getAllSite()]);
 }
 /**
  * 网址首页
  *
  * @return Response
  * @author yangyifan <*****@*****.**>
  */
 public function getIndex()
 {
     return view('home.index.index', ['all_site' => IndexModel::getAllSite(), 'title' => '首页', 'keywords' => '首页', 'description' => '首页']);
 }
 /**
  * 好友管理
  *
  * @return Response
  * @author yangyifan <*****@*****.**>
  */
 public function getIndex()
 {
     return view('user.user.index', ['all_site' => IndexModel::getAllSite(), 'title' => '会员-好友管理', 'keywords' => '会员-好友管理', 'description' => '会员-好友管理']);
 }