|
@@ -100,8 +100,8 @@ public class CommonController extends BaseController {
|
|
|
Map<String,Object> map = new HashMap<>();
|
|
|
map.put("hide",false);
|
|
|
if(Validator.isNotEmpty(bo.getVersion())){
|
|
|
- if(bo.getVersion().equals("4.1")){
|
|
|
- map.put("hide",false);
|
|
|
+ if(bo.getVersion().equals("5.2.1")){
|
|
|
+ map.put("hide",true);
|
|
|
}
|
|
|
}
|
|
|
return AjaxResult.success(map);
|