We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ceb44c4 commit 8109253Copy full SHA for 8109253
1 file changed
core/src/main/java/info/xiaomo/core/constant/WebDefaultValueConst.java
@@ -18,5 +18,5 @@ public interface WebDefaultValueConst {
18
19
String defaultImage = "https://ss0.bdstatic.com/5aV1bjqh_Q23odCf/static/superman/img/logo/bd_logo1_31bdc765.png";
20
21
- String imgBaseUrl = System.getProperty("user.dir") + "\\images\\";
+ String imgBaseUrl = System.getProperty("user.dir") + "/static/images";
22
}
0 commit comments