【类 型】:

【原  因】:
【过  程】:
【影  响】:
This commit is contained in:
air 2025-05-08 21:13:34 +08:00
parent a7d4c7baf4
commit 55ab8cfb74
2 changed files with 1 additions and 6 deletions

View File

@ -1,5 +0,0 @@
<IfModule mod_headers.c>
Header set Access-Control-Allow-Origin "*"
Header set Access-Control-Allow-Methods "GET, POST, OPTIONS"
Header set Access-Control-Allow-Headers "Content-Type, Authorization"
</IfModule>

View File

@ -7,5 +7,5 @@
*/
return array(
//'配置项'=>'配置值'
'SHOW_PAGE_TRACE' => false,
'SHOW_PAGE_TRACE' => true,
);