From 549c719b5c4ebc6eaa02b9280d986d2353203eac Mon Sep 17 00:00:00 2001 From: zhangyu Date: Tue, 22 Feb 2022 13:51:15 +0800 Subject: [PATCH] =?UTF-8?q?fix=EF=BC=9A=E4=BF=AE=E6=94=B9=20=E9=87=8D?= =?UTF-8?q?=E7=BD=AEmfa=20id=E6=9C=AA=E4=BC=A0=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- nezha-fronted/src/components/page/config/user.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nezha-fronted/src/components/page/config/user.vue b/nezha-fronted/src/components/page/config/user.vue index 1c6db4b66..878de4bda 100644 --- a/nezha-fronted/src/components/page/config/user.vue +++ b/nezha-fronted/src/components/page/config/user.vue @@ -189,7 +189,7 @@ export default { cancelButtonText: i18n.t('tip.no'), type: 'warning' }).then(() => { - this.$delete('/sys/user/resetMfa', { ids: row.id }).then(res => { + this.$delete('/sys/user/resetMfa?ids=' + row.id).then(res => { if (res.code == 200) { this.$message.success(this.$t('tip.resetSuccess')) this.getTableData()