dever 4 年之前
父節點
當前提交
067460194c
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      lib/Store/Core.php

+ 1 - 1
lib/Store/Core.php

@@ -222,7 +222,7 @@ class Core
 			if (((isset($this->data['cropper']) && !$this->yun) || !isset($this->data['cropper'])) && strstr($name, 'http')) {
 				$this->base64 = false;
 				$this->root();
-				header('Content-type: text/json; charset=utf-8');
+				//header('Content-type: text/json; charset=utf-8');
 				$path = Dever::path($this->base, 'tmp/');
 				
 				$filename = $name;