<?php namespace app\admin\controller; use think\Db; class PhScreen extends Auth { public function project(){ $this->redirect(url('h5/Screen/phScreen',['orgId'=>cur_org_id()])); } }