Browse Source

app下载页

lizhen_gitee 1 year ago
parent
commit
2c0e9c11e6
1 changed files with 1 additions and 0 deletions
  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();
     }