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