增加登录跳转到指定页面;发布新版本

This commit is contained in:
2023-10-04 09:27:45 +08:00
parent daae12610e
commit 8abfdd5016
7 changed files with 30 additions and 17 deletions

View File

@@ -5,7 +5,7 @@
// +----------------------------------------------------------------------
return [
// cookie 保存时间
'expire' => 0,
'expire' => 86400*30,
// cookie 保存路径
'path' => '/',
// cookie 有效域名