lizhen_gitee 1 год назад
Родитель
Сommit
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();
     }