Browse Source

fix bug

photo
winter 1 year ago
parent
commit
37e6953b9b
1 changed files with 1 additions and 1 deletions
  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 View File

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

Loading…
Cancel
Save