songxingwei 3 年之前
父节点
当前提交
b72782f778
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      public/index.php

+ 1 - 0
public/index.php

@@ -17,4 +17,5 @@ namespace think;
 
 require __DIR__ . '/../thinkphp/base.php';
 
+header('Access-Control-Allow-Origin: *');
 Container::get('app')->run()->send();