rambo 1 year ago
parent
commit
fae9ae3631
1 changed files with 1 additions and 1 deletions
  1. 1 1
      public/index.php

+ 1 - 1
public/index.php

@@ -11,7 +11,7 @@
 
 // [ 应用入口文件 ]
 namespace think;
-header('Access-Control-Allow-Origin: *');
+header('Access-Control-Allow-Origin:*');
 $i=strpos($_SERVER['REQUEST_URI'],'/bmap/');
 if($i!==false){
     if(isset($_SERVER["HTTP_REFERER"])){