6 lines
78 B
PHP
6 lines
78 B
PHP
<?php
|
|
return [
|
|
// 跨域处理
|
|
\app\common\middleware\CORS::class,
|
|
];
|