|
@@ -66,7 +66,7 @@ public class AppXunjianimgServiceImpl extends BaseService implements AppXunjiani
|
|
}
|
|
}
|
|
}
|
|
}
|
|
// String pictureBasePath = remoteSystemBaseService.configKeyapp("pictureBasePath").get("code").toString();
|
|
// String pictureBasePath = remoteSystemBaseService.configKeyapp("pictureBasePath").get("code").toString();
|
|
- String pictureBasePath = remoteConfigService.remotegetConfigKey("pictureBasePath").getData();
|
|
|
|
|
|
+ String pictureBasePath = remoteConfigService.remotegetConfigKey("appUrl").getData();
|
|
Map m = new HashMap();
|
|
Map m = new HashMap();
|
|
m.put("pictureBasePath",pictureBasePath);
|
|
m.put("pictureBasePath",pictureBasePath);
|
|
m.put("xunjianimgMap",map);
|
|
m.put("xunjianimgMap",map);
|