yuwandanmian 2 年 前
コミット
a1e64f9319
1 ファイル変更1 行追加1 行削除
  1. 1 1
      src/App.vue

+ 1 - 1
src/App.vue

@@ -12,7 +12,7 @@ export default {
     return {
       lastTime: null,
       currentTime: null,
-      timeOut: 0.5 * 60 * 1000,
+      timeOut: 30 * 60 * 1000,
       token: '',
       timer: '',
     };