|
@@ -60,8 +60,9 @@ class Index extends Frontend
|
|
|
return $this->view->fetch();
|
|
|
}
|
|
|
public function appdownload() {
|
|
|
- $this->view->assign('downurl', config("site.apkUrl"));
|
|
|
- return $this->view->fetch();
|
|
|
+ $this->redirect('http://www.baidu.com');
|
|
|
+ /*$this->view->assign('downurl', config("site.apkUrl"));
|
|
|
+ return $this->view->fetch();*/
|
|
|
}
|
|
|
|
|
|
//判断是否微信浏览器 -xzz1125
|