|
@@ -106,7 +106,7 @@ export default {
|
|
// 初始化定时器
|
|
// 初始化定时器
|
|
initTimer() {
|
|
initTimer() {
|
|
// 10秒时间来确认
|
|
// 10秒时间来确认
|
|
- this.stopSec = this.timeSec + 30
|
|
|
|
|
|
+ this.stopSec = this.timeSec + 600
|
|
|
|
|
|
this.checkTimer = setInterval(() => {
|
|
this.checkTimer = setInterval(() => {
|
|
if (this.goSec >= this.timeSec && !this.dialogVisible) {
|
|
if (this.goSec >= this.timeSec && !this.dialogVisible) {
|