allen 3 년 전
부모
커밋
c8ed2e4bfe
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      public/index.php

+ 1 - 1
public/index.php

@@ -4,7 +4,7 @@ namespace think;
 
 use think\admin\service\SystemService;
 
-header("Access-Control-Allow-Origin: www.weibo.com");
+header("Access-Control-Allow-Origin: ac.movie.weibo.com");
 header("Access-Control-Allow-Methods: GET,POST,HEAD,OPTIONS");
 // 加载基础文件
 require __DIR__ . '/../vendor/autoload.php';