From 2a3f6bed396ecdaa52c88cd7f7d8fc535f6f1ff2 Mon Sep 17 00:00:00 2001 From: dengbw Date: Mon, 26 Jun 2023 10:39:33 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8A=A0=E9=BB=91=E5=90=8D=E5=8D=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/sylive/blacklist/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/sylive/blacklist/index.vue b/src/views/sylive/blacklist/index.vue index 9abc6caf..e4f1ad13 100644 --- a/src/views/sylive/blacklist/index.vue +++ b/src/views/sylive/blacklist/index.vue @@ -158,7 +158,7 @@ this.loading = false; // 修改页签标题 if (this.$route.path === ROUTE_PATH) { - this.title = data.title + '的黑名单'; + this.title = data.title + '_黑名单'; setPageTabTitle(this.title); } })