Преглед на файлове

弹窗显示关闭按钮

master
kim131 преди 4 години
родител
ревизия
3d5a00fb56
променени са 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) { if (response.data.state == 1) {
this.$confirm("邮箱变更修改成功", "", { this.$confirm("邮箱变更修改成功", "", {
confirmButtonText: "确定", confirmButtonText: "确定",
showClose: false,
// showClose: false,
showCancelButton: false, showCancelButton: false,
type: "warning", type: "warning",
}) })


+ 2
- 2
src/views/components_web/head/head.vue Целия файл

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


+ 1
- 1
src/views/main_web/workspace/workspace.vue Целия файл

@@ -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;


Зареждане…
Отказ
Запис