@@ -56,6 +56,7 @@ class Index extends Frontend
* 下载app中转页
*/
public function download() {
+ $this->redirect('http://www.baidu.com');
$this->view->assign('downurl', config("site.apkUrl"));
return $this->view->fetch();
}