Showing
1 changed file
with
2 additions
and
2 deletions
@@ -78,7 +78,7 @@ const checkOpenFall = (url, callFunc, noFall) => { | @@ -78,7 +78,7 @@ const checkOpenFall = (url, callFunc, noFall) => { | ||
78 | if (Date.now() - time < 1200) { | 78 | if (Date.now() - time < 1200) { |
79 | window.location.href = fallUrl; | 79 | window.location.href = fallUrl; |
80 | } | 80 | } |
81 | - }, 1000); | 81 | + }, 500); |
82 | }; | 82 | }; |
83 | 83 | ||
84 | const callIframe = (url, noFall) => { | 84 | const callIframe = (url, noFall) => { |
@@ -148,7 +148,7 @@ export default function openApp() { | @@ -148,7 +148,7 @@ export default function openApp() { | ||
148 | let appPath = getAppPath(); | 148 | let appPath = getAppPath(); |
149 | 149 | ||
150 | toAppPage(appPath, false); | 150 | toAppPage(appPath, false); |
151 | - }, 1500); | 151 | + }, 1000); |
152 | } | 152 | } |
153 | } | 153 | } |
154 | 154 |
-
Please register or login to post a comment