控制器不存在!

浏览:378 发布日期:2018/04/22 分类:求助交流
<?php
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();
// }
}
写的应该是对的,就是找不着是哪里的问题。
最佳答案
评论( 相关
后面还有条评论,点击查看>>