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');