超管后台 - 调整所有的fetch 请求为后封装的 apiRequest,实现cookie 跨域
This commit is contained in:
@@ -27,4 +27,6 @@ return [
|
||||
'httponly' => '',
|
||||
// 是否使用 setcookie
|
||||
'setcookie' => true,
|
||||
// 跨站需要
|
||||
'samesite' => 'None',
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user