From 58462f748d4be5f4fe5e13676aaba710a6e577e7 Mon Sep 17 00:00:00 2001 From: JinxChen <2183691628@qq.com> Date: Wed, 7 Jun 2023 15:10:47 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=20=E5=88=A4=E6=96=AD?= =?UTF-8?q?=E6=9D=A1=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/ai-call-alarm/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/ai-call-alarm/index.vue b/src/views/ai-call-alarm/index.vue index 3691c9b..509c61a 100644 --- a/src/views/ai-call-alarm/index.vue +++ b/src/views/ai-call-alarm/index.vue @@ -51,7 +51,7 @@ export default { // 13位时间戳 除以 1000 再取整 const nowTime = (new Date().getTime() / 1000).toFixed(); const twoHours = 7200; - if(nowTime - createTime < twoHours) { + if(nowTime - createTime > twoHours) { // 增加过期失效判断,根据接口返回的创建时间与现在时间比较,超过两个小时提示链接过期并且不再跳转 this.$dialog.confirm({ message: '链接已失效',