0
0

PhScreen.php 200 B

123456789101112
  1. <?php
  2. namespace app\admin\controller;
  3. use think\Db;
  4. class PhScreen extends Auth
  5. {
  6. public function project(){
  7. $this->redirect(url('h5/Screen/phScreen',['orgId'=>cur_org_id()]));
  8. }
  9. }