From ec833f02bdf881213f8f8a87059282c30e0e3522 Mon Sep 17 00:00:00 2001 From: paradiseidle <1605898979@qq.com> Date: Fri, 8 Nov 2024 14:22:43 +0800 Subject: [PATCH] fix: #1522 Error occurred while deleting the project. --- threadpool/console/src/views/hippo4j/item/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/threadpool/console/src/views/hippo4j/item/index.vue b/threadpool/console/src/views/hippo4j/item/index.vue index 7e197346..335afcf7 100755 --- a/threadpool/console/src/views/hippo4j/item/index.vue +++ b/threadpool/console/src/views/hippo4j/item/index.vue @@ -342,7 +342,7 @@ export default { this.fetchData(); this.$notify({ title: this.$t('message.success'), - message: this.$t('message.createdSuccess'), + message: this.$t('message.deleteSuccess'), type: 'success', duration: 2000, });