From f3ce64de1dc72f164b7682461003d3fea0c629a0 Mon Sep 17 00:00:00 2001 From: yaoyn Date: Thu, 28 Nov 2024 16:33:02 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8E=BB=E6=8E=89=E9=87=8D=E7=BD=AE=E5=AF=86?= =?UTF-8?q?=E7=A0=81=E9=99=90=E5=88=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/system/user/index.vue | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/views/system/user/index.vue b/src/views/system/user/index.vue index 92b1672..93fa5fb 100644 --- a/src/views/system/user/index.vue +++ b/src/views/system/user/index.vue @@ -261,12 +261,6 @@ }); } function handleReset() { - if (process.env.NODE_ENV === 'production') { - notification.warning({ - message: '在线环境暂不允许该操作,请联系管理员。', - }); - return; - } let rows = warning(); if (!rows) { return;