Browse Source

mod:子窗口错误提示,允许关掉

panqiuyao 7 months ago
parent
commit
fde9199035
1 changed files with 1 additions and 2 deletions
  1. 1 2
      frontend/src/composables/userCheck.ts

+ 1 - 2
frontend/src/composables/userCheck.ts

@@ -19,8 +19,7 @@ export function useCheckInfo() {
                 showConfirmButton:false,
                 showConfirmButton:false,
                 closeOnClickModal:false,
                 closeOnClickModal:false,
                 closeOnPressEscape:false,
                 closeOnPressEscape:false,
-                closeOnHashChange:false,
-                showClose:false
+                closeOnHashChange:false
             })
             })
         }
         }