This commit is contained in:
2023-04-23 13:43:36 +08:00
parent b22415d2e5
commit 7aaafbb282
4 changed files with 7 additions and 4 deletions
+1 -1
View File
@@ -135,7 +135,7 @@ function addAliyunOssWebsite($path): string
if (empty($path)){
return "";
}
return config('alibaba.oss.custom_domain_name') . '/' . $path;
return config('alibaba.oss.custom_domain_name') . $path;
}
/**