소스 검색

app下载页

lizhen_gitee 1 년 전
부모
커밋
2c0e9c11e6
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      application/index/controller/Index.php

+ 1 - 0
application/index/controller/Index.php

@@ -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();
     }