|
@@ -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');
|
|
|
+
|
|
|
+ return $this->view->fetch();*/
|
|
|
}
|
|
|
|
|
|
|