소스 검색

feat:修改登录时间

AmandaG 8 달 전
부모
커밋
fafdf31722
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/components/AIRobot/src/AIRobot.vue

+ 1 - 1
src/components/AIRobot/src/AIRobot.vue

@@ -90,7 +90,7 @@ const isShowLogin = () => {
   } else if (loginCount <= 2) {
     settimeouttime = 15000
   } else {
-    settimeouttime = 45000
+    settimeouttime = 10000
   }
   setTimeout(() => {
     isShowDefault.value = false