diff --git a/Application/Home/Controller/PromoteController.class.php b/Application/Home/Controller/PromoteController.class.php index 4e0a89f40..b04f7d97c 100644 --- a/Application/Home/Controller/PromoteController.class.php +++ b/Application/Home/Controller/PromoteController.class.php @@ -35,6 +35,10 @@ class PromoteController extends BaseController //系统首页 public function index($p=1) { + $this->meta_title = "首页"; + $this->display('prepare'); + exit(0); + header("Content-type:text/html;charset=utf-8"); $user = D('Promote')->isLogin(); if (empty($user)) { diff --git a/Application/Home/View/default/Promote/prepare.html b/Application/Home/View/default/Promote/prepare.html new file mode 100644 index 000000000..b9f3cc2b5 --- /dev/null +++ b/Application/Home/View/default/Promote/prepare.html @@ -0,0 +1,10 @@ + + + + + +
+
首页优化中,暂未开放!
+
+
+ \ No newline at end of file