Skip to content

Commit 8109253

Browse files
committed
拦截一下空字符串
1 parent ceb44c4 commit 8109253

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

core/src/main/java/info/xiaomo/core/constant/WebDefaultValueConst.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,5 @@ public interface WebDefaultValueConst {
1818

1919
String defaultImage = "https://ss0.bdstatic.com/5aV1bjqh_Q23odCf/static/superman/img/logo/bd_logo1_31bdc765.png";
2020

21-
String imgBaseUrl = System.getProperty("user.dir") + "\\images\\";
21+
String imgBaseUrl = System.getProperty("user.dir") + "/static/images";
2222
}

0 commit comments

Comments
 (0)