This website requires JavaScript.
Explore
Help
Register
Sign In
mkm
/
work
Watch
1
Star
0
Fork
0
You've already forked work
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
work
/
application
/
middleware.php
9 lines
89 B
PHP
Raw
Normal View
History
Unescape
Escape
增加跨域支持
2019-01-17 11:43:40 +08:00
<
?
php
细节调整 Signed-off-by: vilson <545522390@qq.com>
2019-07-13 10:37:29 +08:00
use
app\common\middleware\CORS
;
增加跨域支持
2019-01-17 11:43:40 +08:00
return
[
// 跨域处理
细节调整 Signed-off-by: vilson <545522390@qq.com>
2019-07-13 10:37:29 +08:00
CORS
::
class
,
增加跨域支持
2019-01-17 11:43:40 +08:00
];
Reference in New Issue
Copy Permalink