Explorar el Código

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

zhouyuhao hace 11 meses
padre
commit
dceaa20f67
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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">
-const dialogVisible = ref(true)
+const dialogVisible = ref(false)
 
 const openDialog = () => {
   dialogVisible.value = true