diff --git a/src/components/app-header/components/user_center.vue b/src/components/app-header/components/user_center.vue index 2cbd588c..db1bcc16 100644 --- a/src/components/app-header/components/user_center.vue +++ b/src/components/app-header/components/user_center.vue @@ -1538,7 +1538,7 @@ export default { if (response.data.state == 1) { this.$confirm("邮箱变更修改成功", "", { confirmButtonText: "确定", - showClose: false, + // showClose: false, showCancelButton: false, type: "warning", }) diff --git a/src/views/components_web/head/head.vue b/src/views/components_web/head/head.vue index 52297795..e632b57c 100644 --- a/src/views/components_web/head/head.vue +++ b/src/views/components_web/head/head.vue @@ -1645,7 +1645,7 @@ export default { this.$confirm("即将退出" + this.titleBackCommon + ",是否继续?", "", { confirmButtonText: "确定", cancelButtonText: "取消", - showClose: false, + // showClose: false, type: "warning", }).then(() => { this.$router.push({ @@ -2446,7 +2446,7 @@ export default { if (response.data.state == 1) { this.$confirm("邮箱变更修改成功", "", { confirmButtonText: "确定", - showClose: false, + // showClose: false, showCancelButton: false, type: "warning", }) diff --git a/src/views/main_web/workspace/workspace.vue b/src/views/main_web/workspace/workspace.vue index 6e28205f..3248908a 100644 --- a/src/views/main_web/workspace/workspace.vue +++ b/src/views/main_web/workspace/workspace.vue @@ -4914,7 +4914,7 @@ export default { this.$confirm("您正在删除文件【" + file.archName + "】,是否继续?", "", { confirmButtonText: "确定", cancelButtonText: "取消", - showClose: false, + // showClose: false, type: "warning", }).then(() => { file.deleted = 1;