|
@@ -48,7 +48,7 @@ public class FodderServiceImpl implements FodderService {
|
|
|
BaseRuntimeException.isTrue(StrUtil.isAllBlank(trim), null, code + "_tour.xml文件不存在");
|
|
|
|
|
|
// 2022-09-15 加入相对路径
|
|
|
- String basePath = File.separator + configConstant.ossBasePath + code + "/vtour/panos/";
|
|
|
+ String basePath = "%CURRENTXML%../" + code + "/vtour/panos/";
|
|
|
trim = trim.replaceAll("panos/", basePath);
|
|
|
|
|
|
return trim;
|