去掉重置密码限制
This commit is contained in:
@ -261,12 +261,6 @@
|
||||
});
|
||||
}
|
||||
function handleReset() {
|
||||
if (process.env.NODE_ENV === 'production') {
|
||||
notification.warning({
|
||||
message: '在线环境暂不允许该操作,请联系管理员。',
|
||||
});
|
||||
return;
|
||||
}
|
||||
let rows = warning();
|
||||
if (!rows) {
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user