Browse Source

feat:修改登录时间

AmandaG 6 months ago
parent
commit
fafdf31722
1 changed files with 1 additions and 1 deletions
  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