Commit 6a797324 by LJM

调整毫秒数

parent d56ebc7d
......@@ -583,7 +583,7 @@ export default {
setTimeout(() => {
this.isFocus = true;
this.$forceUpdate();
}, 1000);
}, 500);
} catch (e) {
//TODO handle the exception
}
......
......@@ -369,7 +369,7 @@ export default {
setTimeout(() => {
this.isFocus = true;
this.$forceUpdate();
}, 1000);
}, 500);
} catch (e) {
//TODO handle the exception
}
......
......@@ -903,7 +903,7 @@ export default {
setTimeout(() => {
this.isFocus = true;
this.$forceUpdate();
}, 1000);
}, 500);
} catch (e) {
//TODO handle the exception
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment