// +---------------------------------------------------------------------- namespace app\portal\controller; use cmf\controller\HomeBaseController; class IndexController extends HomeBaseController{ // 首页 public function index(){ return $this->fetch(":index"); } public function scanqr() { return $this->fetch(":scanqr"); } }