namespace app\admin\controller;
use think\Controller;
//CommonController
class Index extends Controller
{
public function index(){
return $this->fetch();
//dump('loveqing');
}
// public function top(){
// $this -> fetch();
// }
// public function left(){
// $this -> fetch();
// }
// public function right(){
// $this -> fetch();
// }
}
写的应该是对的,就是找不着是哪里的问题。
最佳答案