去掉重置密码限制

This commit is contained in:
yaoyn
2024-11-28 16:33:02 +08:00
parent 020a0a20ee
commit f3ce64de1d

View File

@ -261,12 +261,6 @@
});
}
function handleReset() {
if (process.env.NODE_ENV === 'production') {
notification.warning({
message: '在线环境暂不允许该操作,请联系管理员。',
});
return;
}
let rows = warning();
if (!rows) {
return;