Browse Source

merge branch 'pre'

nieyuge 2 năm trước cách đây
mục cha
commit
78a3b22daa
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/pages/close.vue

+ 1 - 1
src/pages/close.vue

@@ -21,7 +21,7 @@ onMounted(() => {
     if (verifier) {
         setStorage(storageKey.verifier, verifier)
         // @ts-ignore
-        let time = process.env.NODE_ENV === 'production' ? 200 : 500;
+        let time = process.env.NODE_ENV === 'production' ? 500 : 500;
         setTimeout(() => {
             close()
         }, time)