Ver código fonte

fix bug

photo
winter 1 ano atrás
pai
commit
37e6953b9b
1 arquivos alterados com 1 adições e 1 exclusões
  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 Ver arquivo

@@ -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);
}
}

Carregando…
Cancelar
Salvar