Commit 37b32d41 authored by hujun's avatar hujun

1

parent 060dbb82
...@@ -56,7 +56,7 @@ class UploadImg extends Basic ...@@ -56,7 +56,7 @@ class UploadImg extends Basic
$type = request()->param('type'); $type = request()->param('type');
$uploadResult = $this->uFService->upload($file, $type); $uploadResult = $this->uFService->upload($file, $type);
if (CURRENT_URL == 'https://api.tonglianjituan.com/') { if (CURRENT_URL == 'https://images.tonglianjituan.com/') {
$path = IMAGES_URL; $path = IMAGES_URL;
} else { } else {
$path = 'https://pre2.tonglianjituan.com/'; $path = 'https://pre2.tonglianjituan.com/';
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment