Parcourir la source

fix bug

photo
winter il y a 1 an
Parent
révision
37e6953b9b
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. +1
    -1
      suimangAdmin/src/main/java/com/iformall/controller/sys/HomeController.java

+ 1
- 1
suimangAdmin/src/main/java/com/iformall/controller/sys/HomeController.java Voir le fichier

@@ -134,6 +134,6 @@ public class HomeController extends MallUserInfoBaseController {
@ApiOperation("是否本地化部署")
@GetMapping("/localDeploy")
public ResultData localDeploy() {
return new ResultData(AiVideoHelper.localDeploy+"&"+AiVideoHelper.oral_broadcasting);
return new ResultData(AiVideoHelper.localDeploy);
}
}

Chargement…
Annuler
Enregistrer