|
|
@@ -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",
|
|
|
|
})
|
|
|
|