From aa43f25d931234a06abd8abab0c029cfa02b22c6 Mon Sep 17 00:00:00 2001 From: zhangyu Date: Thu, 26 Oct 2023 10:48:28 +0800 Subject: [PATCH] =?UTF-8?q?fix=EF=BC=9A=E6=B7=BB=E5=8A=A0=E4=B8=8A?= =?UTF-8?q?=E4=BC=A0=E6=88=90=E5=8A=9F=E7=9A=84=E6=8F=90=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/common/bottomBox/tabs/licenseManagementTab.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nezha-fronted/src/components/common/bottomBox/tabs/licenseManagementTab.vue b/nezha-fronted/src/components/common/bottomBox/tabs/licenseManagementTab.vue index 0c0fc399b..96b7ce1f7 100644 --- a/nezha-fronted/src/components/common/bottomBox/tabs/licenseManagementTab.vue +++ b/nezha-fronted/src/components/common/bottomBox/tabs/licenseManagementTab.vue @@ -206,7 +206,7 @@ export default { form.append('saId', this.obj.id) const res = await this.$post('/license/uploadV2C', form, { 'Content-Type': 'multipart/form-data' }) if (res.code === 200) { - this.$message.success() + this.$message.success(this.$t('tip.uploadSuccess')) } else { this.$message.error(res.msg) }