From ae51e624eca5ca09ee0c0f75467549e892be18b3 Mon Sep 17 00:00:00 2001 From: zhaofang <752743406@qq.com> Date: Mon, 24 Oct 2022 16:19:32 +0800 Subject: [PATCH] =?UTF-8?q?=E5=9B=9E=E7=AD=94=E5=8F=91=E5=B8=83=E5=A4=B1?= =?UTF-8?q?=E8=B4=A5+=E5=8E=9F=E5=9B=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/portal/qa/Index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/portal/qa/Index.vue b/src/views/portal/qa/Index.vue index 64372a46..96a90ecf 100644 --- a/src/views/portal/qa/Index.vue +++ b/src/views/portal/qa/Index.vue @@ -254,7 +254,7 @@ export default { } else { this.loading = false; this.$message({ - message: res.message, + message: "回答发布失败:"+ res.message, type: 'error' }); }