更新文件

This commit is contained in:
2019-06-29 21:22:57 +08:00
parent 6bfc2db94a
commit a07fd7959c
203 changed files with 27324 additions and 2 deletions

View File

@@ -9,6 +9,7 @@
namespace app\controller\admin;
use app\controller\Admin;
use think\facade\Session;
/**
* @title 后端公共模块
@@ -24,6 +25,8 @@ class Index extends Admin{
public function login(){
if ($this->request->isAjax()) {
Session::set('user', ['uid'=>1,'username'=>'admin']);
return $this->data;
}
}