This commit is contained in:
parent
8aba3ad02c
commit
6ff3b12767
|
|
@ -212,7 +212,7 @@ class Login extends Base
|
||||||
fclose($stream);
|
fclose($stream);
|
||||||
|
|
||||||
return $this->success("上传成功", [
|
return $this->success("上传成功", [
|
||||||
'filePath' => config("app.domain") . $path . $filename,
|
'filePath' => config("app.domain") . "/" . $path . $filename,
|
||||||
'fileName' => $filename
|
'fileName' => $filename
|
||||||
]
|
]
|
||||||
);
|
);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue