@@ -1538,7 +1538,7 @@ export default { | |||||
if (response.data.state == 1) { | if (response.data.state == 1) { | ||||
this.$confirm("邮箱变更修改成功", "", { | this.$confirm("邮箱变更修改成功", "", { | ||||
confirmButtonText: "确定", | confirmButtonText: "确定", | ||||
showClose: false, | |||||
// showClose: false, | |||||
showCancelButton: false, | showCancelButton: false, | ||||
type: "warning", | type: "warning", | ||||
}) | }) | ||||
@@ -1645,7 +1645,7 @@ export default { | |||||
this.$confirm("即将退出" + this.titleBackCommon + ",是否继续?", "", { | this.$confirm("即将退出" + this.titleBackCommon + ",是否继续?", "", { | ||||
confirmButtonText: "确定", | confirmButtonText: "确定", | ||||
cancelButtonText: "取消", | cancelButtonText: "取消", | ||||
showClose: false, | |||||
// showClose: false, | |||||
type: "warning", | type: "warning", | ||||
}).then(() => { | }).then(() => { | ||||
this.$router.push({ | this.$router.push({ | ||||
@@ -2446,7 +2446,7 @@ export default { | |||||
if (response.data.state == 1) { | if (response.data.state == 1) { | ||||
this.$confirm("邮箱变更修改成功", "", { | this.$confirm("邮箱变更修改成功", "", { | ||||
confirmButtonText: "确定", | confirmButtonText: "确定", | ||||
showClose: false, | |||||
// showClose: false, | |||||
showCancelButton: false, | showCancelButton: false, | ||||
type: "warning", | type: "warning", | ||||
}) | }) | ||||
@@ -4914,7 +4914,7 @@ export default { | |||||
this.$confirm("您正在删除文件【" + file.archName + "】,是否继续?", "", { | this.$confirm("您正在删除文件【" + file.archName + "】,是否继续?", "", { | ||||
confirmButtonText: "确定", | confirmButtonText: "确定", | ||||
cancelButtonText: "取消", | cancelButtonText: "取消", | ||||
showClose: false, | |||||
// showClose: false, | |||||
type: "warning", | type: "warning", | ||||
}).then(() => { | }).then(() => { | ||||
file.deleted = 1; | file.deleted = 1; | ||||