Showing
1 changed file
with
1 additions
and
1 deletions
@@ -146,7 +146,7 @@ public class GrassArticleServiceImpl implements IGrassArticleService{ | @@ -146,7 +146,7 @@ public class GrassArticleServiceImpl implements IGrassArticleService{ | ||
146 | //url中包含 ? | 146 | //url中包含 ? |
147 | url = url.substring(0, index); | 147 | url = url.substring(0, index); |
148 | } | 148 | } |
149 | - return url += "imageView2/{mode}/w/{width}/h/{height}" ; | 149 | + return url += "?imageView2/{mode}/w/{width}/h/{height}" ; |
150 | } | 150 | } |
151 | 151 | ||
152 | @Override | 152 | @Override |
-
Please register or login to post a comment