prod相关配置调整

This commit is contained in:
hejiayang
2025-10-11 16:35:46 +08:00
parent 23166b08db
commit 77f8a2eddd
10 changed files with 67 additions and 17 deletions
@@ -77,6 +77,9 @@ public class FileShowUtil {
if (StringUtils.isEmpty(path)) {
return getIntranet()+"default.png";
}
if(path.contains("yyjk.cqygjk.com")){
return path;
}
if(path.contains("https") || path.contains("http")){
if(path.contains("temp")){
path = path.substring(path.indexOf("temp"));