瀏覽代碼

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