Parcourir la source

弹窗显示关闭按钮

master
kim131 il y a 4 ans
Parent
révision
3d5a00fb56
3 fichiers modifiés avec 4 ajouts et 4 suppressions
  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 Voir le fichier

@@ -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 Voir le fichier

@@ -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 Voir le fichier

@@ -4914,7 +4914,7 @@ export default {
this.$confirm("您正在删除文件【" + file.archName + "】,是否继续?", "", {
confirmButtonText: "确定",
cancelButtonText: "取消",
showClose: false,
// showClose: false,
type: "warning",
}).then(() => {
file.deleted = 1;


Chargement…
Annuler
Enregistrer