prod相关配置调整
This commit is contained in:
@@ -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"));
|
||||
|
||||
Reference in New Issue
Block a user