unknown 4 年前
父节点
当前提交
a7f17a84e8
共有 3 个文件被更改,包括 4 次插入4 次删除
  1. +1
    -1
      src/components/app-header/components/user_center.vue
  2. +2
    -2
      src/views/components_web/head/head.vue
  3. +1
    -1
      src/views/main_web/workspace/workspace.vue

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


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


+ 1
- 1
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;


正在加载...
取消
保存