fengketrade/application/extra/fastadmin.php

11 lines
174 B
PHP
Raw Normal View History

2025-10-20 21:36:53 +08:00
<?php
/**
* FastAdmin 配置文件
*/
return [
// 跨域请求配置
// 多个域名用逗号分隔,*表示允许所有域名
'cors_request_domain' => '*',
];