framework icon indicating copy to clipboard operation
framework copied to clipboard

8.0.3 路由跨域设置 不生效

Open 8-8-18 opened this issue 1 year ago • 0 comments

所属功能组件

路由(Route)

ThinkPHP 版本

8.0.3

操作系统

windows

错误信息

No response

其它说明

Route::get('new/:id', 'News/read') ->ext('html') ->allowCrossDomain(); // 不生效 Route::group(function () { ..... })->allowCrossDomain(); // 不生效 Route::group(function () { ..... })->allowCrossDomain( ['Access-Control-Allow-Headers' => '*'] ); // 不生效

8-8-18 avatar Mar 28 '24 09:03 8-8-18