亚洲国产日韩欧美一区二区三区,精品亚洲国产成人av在线,国产99视频精品免视看7,99国产精品久久久久久久成人热,欧美日韩亚洲国产综合乱

后臺登錄驗證代碼

??? 2019-05-10 22:20:21 184
????:<?phpnamespace app\admin\controller;use think\App;use think\Controller;use think\facade\Session;class Common extends Controller{    public function __construct()    {   &nb

<?php
namespace app\admin\controller;

use think\App;
use think\Controller;
use think\facade\Session;

class Common extends Controller
{
   public function __construct()
   {
       parent::__construct();
       if (!Session::has('username')) {
           $this->error('您還未登錄!請返回登錄!','Login/login');
       }
   }
}

?? ???:查無此人?? ??:2019-05-13 09:41:08
???? ??:公用文件,判斷用戶是否登錄。前端頁面代碼還沒寫嗎?繼續(xù)加油。

??? ??

?? ??