From ec9233098e3bae9239d3b78d899e1d0022d31230 Mon Sep 17 00:00:00 2001 From: bb_pan Date: Sun, 25 Jan 2026 18:50:40 +0800 Subject: [PATCH] =?UTF-8?q?=E6=A0=B7=E5=BC=8F=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/layout/components/TagsView/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/layout/components/TagsView/index.vue b/src/layout/components/TagsView/index.vue index 564c955b..ae80f794 100644 --- a/src/layout/components/TagsView/index.vue +++ b/src/layout/components/TagsView/index.vue @@ -310,7 +310,7 @@ export default { }, handleClose() { // 弹框确认 - this.$confirm('请确认是否关闭所有', '', { + this.$confirm('确认关闭所有菜单页签?', '', { confirmButtonText: '确定', cancelButtonText: '取消', type: 'warning',