xun 7 years ago
parent
commit
5c21061625
1 changed files with 1 additions and 0 deletions
  1. 1 0
      application/index/controller/Index.php

+ 1 - 0
application/index/controller/Index.php

@@ -9,6 +9,7 @@ class Index extends Controller
     public function index()
     {
         Gather::add();
+        var_dump([]);exit;
         $model=model('common/Project');
         $data=$model->select();
         $this->assign('data',$data);