修复获取baseUrl 方法的错误

修复获取baseUrl 方法的错误

Signed-off-by: 高雄 <admin@cxcp.com>
pull/120/head
高雄 2023-04-25 02:59:41 +00:00 committed by Gitee
parent e3b9df09f4
commit 81936ed811
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
1 changed files with 1 additions and 1 deletions

View File

@ -180,7 +180,7 @@ public class FileHandlerService {
* @return 访
*/
private String getPdf2jpgUrl(String pdfName, int index) {
String baseUrl = ConfigConstants.getBaseUrl();
String baseUrl = BaseUrlFilter.getBaseUrl();
String pdfFolder = pdfName.substring(0, pdfName.length() - 4);
String urlPrefix;