tp5-加载不同的前端配置文件

if ($this->request->isMobile()) {

  return $this->fetch('/chanpinfenlei/chanpin_moban_daochu');

} else {
  return $this->fetch();
}

posted @ 2021-12-17 17:03  lingdu2000  阅读(54)  评论(0)    收藏  举报