فهرست منبع

深时正式场景展示页路径修改

lyhzzz 2 سال پیش
والد
کامیت
50ddc56cba
1فایلهای تغییر یافته به همراه1 افزوده شده و 0 حذف شده
  1. 1 0
      src/main/java/com/fdkankan/manage/httpClient/service/LaserService.java

+ 1 - 0
src/main/java/com/fdkankan/manage/httpClient/service/LaserService.java

@@ -62,6 +62,7 @@ public class LaserService {
         String newBasePath = basePath;
         //String newBasePath = basePath.contains("uat")? basePath += "/uat" : basePath;
         newBasePath = newBasePath.contains("dev")? newBasePath += "/dev" : newBasePath;
+        newBasePath =  newBasePath.replace("/backend","");
         for (Object o : list) {
             String res = JSONObject.toJSONString(o);
             SceneVo vo = JSONObject.parseObject(res,SceneVo.class);