瀏覽代碼

app下载页

lizhen_gitee 1 年之前
父節點
當前提交
f318f49fb4
共有 1 個文件被更改,包括 3 次插入2 次删除
  1. 3 2
      application/index/controller/Index.php

+ 3 - 2
application/index/controller/Index.php

@@ -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');
+        /*$this->view->assign('downurl', config("site.apkUrl"));
+        return $this->view->fetch();*/
     }
 
     //判断是否微信浏览器 -xzz1125