🐛 修复页面路径和接口地址冲突的 BUG

This commit is contained in:
赵俊
2021-09-19 16:08:19 +08:00
parent 3bd4f74dae
commit 68a842ce75
4 changed files with 4 additions and 4 deletions

View File

@@ -30,7 +30,7 @@ public class InstallController {
}
@PostMapping("/install")
@PostMapping("/doInstall")
public ResultBean install(SystemConfigDTO systemConfigDTO) {
if (!StringUtils.isEmpty(systemConfigService.getAdminUsername())) {
return ResultBean.error("请勿重复初始化.");