mirror of
https://gitee.com/liuxioabin/fengketrade.git
synced 2026-04-17 12:57:32 +08:00
11 lines
174 B
PHP
11 lines
174 B
PHP
<?php
|
|
|
|
/**
|
|
* FastAdmin 配置文件
|
|
*/
|
|
return [
|
|
// 跨域请求配置
|
|
// 多个域名用逗号分隔,*表示允许所有域名
|
|
'cors_request_domain' => '*',
|
|
];
|