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',