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