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

+ 0 - 1
public/index.php

@@ -20,7 +20,6 @@ require __DIR__ . '/../thinkphp/base.php';
 
 
 //跨域请求设置
-
 header('Access-Control-Allow-Origin:*');
 header('Access-Control-Allow-Credentials:true');
 header('Access-Control-Allow-Methods:GET,POST,PUT,OPTIONS,PATCH,DELETE,HEAD');