This commit is contained in:
xiaojunnuo
2024-06-16 02:12:02 +08:00
parent 732cbc5e92
commit 17d1efa395
3 changed files with 10 additions and 3 deletions
@@ -30,6 +30,7 @@ export class ResetPasswdMiddleware implements IWebMiddleware {
'1号管理员密码已修改为123456,当前为重置密码模式,无法响应请求,请关闭重置密码模式恢复正常服务'
);
}
await next();
};
}