| | |
| | | class User extends Frontend |
| | | { |
| | | protected $layout = ''; |
| | | protected $noNeedLogin = ['login', 'registersms','register','register1', 'getInvitationInfo','phoneIsRegister']; |
| | | protected $noNeedLogin = ['login','targetapp','registersms','register','register1', 'getInvitationInfo','phoneIsRegister']; |
| | | protected $noNeedRight = ['*']; |
| | | |
| | | public function _initialize() |
| | |
| | | return $this->view->fetch(); |
| | | } |
| | | |
| | | /** |
| | | * 跳转app |
| | | */ |
| | | public function targetapp() |
| | | { |
| | | |
| | | $this->assign('appName',config('site.name')); |
| | | return $this->view->fetch(); |
| | | } |
| | | |
| | | /** |
| | | * 注册会员 |
| | | */ |