Browse Source

feat: 取消登录超出次数提示弹窗

zhouyuhao 11 months ago
parent
commit
dceaa20f67
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/Login/src/components/ErrorTips.vue

+ 1 - 1
src/views/Login/src/components/ErrorTips.vue

@@ -1,5 +1,5 @@
 <script setup lang="ts">
 <script setup lang="ts">
-const dialogVisible = ref(true)
+const dialogVisible = ref(false)
 
 
 const openDialog = () => {
 const openDialog = () => {
   dialogVisible.value = true
   dialogVisible.value = true