修复跨域报错
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
|
||||
return [
|
||||
// 允许跨域访问的域名(* 表示任意;开发可用 *,生产建议填具体域名)
|
||||
'cors_request_domain' => '*,playx-api.cjdhr.top',
|
||||
'cors_request_domain' => '*,playx-admin.cjdhr.top',
|
||||
// 是否开启会员登录验证码
|
||||
'user_login_captcha' => false,
|
||||
// 是否开启管理员登录验证码
|
||||
|
||||
Reference in New Issue
Block a user