临时允许跨域
This commit is contained in:
parent
2c9c5bd894
commit
074e8ce1a8
|
|
@ -312,7 +312,7 @@ return [
|
|||
//插件纯净模式,插件启用后是否删除插件目录的application、public和assets文件夹
|
||||
'addon_pure_mode' => true,
|
||||
//允许跨域的域名,多个以,分隔
|
||||
'cors_request_domain' => 'localhost,127.0.0.1',
|
||||
'cors_request_domain' => 'localhost,127.0.0.1,chrome-extension://gahjcfmabepcnfmfanjhcobdaalgpjoh',
|
||||
//版本号
|
||||
'version' => '1.5.3.20250217',
|
||||
//API接口地址
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user