@@ -1,14 +1,12 @@
<?php
namespace app\index\controller;
-use common\Gather;
use think\Controller;
class Index extends Controller
{
public function index()
- Gather::add();
$model=model('common/Project');
$data=$model->select();
$this->assign('data',$data);