From 948b14caf49ac2f383cabf154e48c14b626935e7 Mon Sep 17 00:00:00 2001 From: zyh Date: Mon, 13 Nov 2023 10:49:25 +0800 Subject: [PATCH] =?UTF-8?q?fix=EF=BC=9A=E4=BF=AE=E5=A4=8Dlog=E6=9F=A5?= =?UTF-8?q?=E7=9C=8B=E4=B8=8A=E4=B8=8B=E6=96=87=E6=97=B6=E9=97=B4=E8=AE=A1?= =?UTF-8?q?=E7=AE=97=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- nezha-fronted/src/components/chart/logContext.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nezha-fronted/src/components/chart/logContext.vue b/nezha-fronted/src/components/chart/logContext.vue index 3bf210e87..55381f85b 100644 --- a/nezha-fronted/src/components/chart/logContext.vue +++ b/nezha-fronted/src/components/chart/logContext.vue @@ -125,7 +125,7 @@ export default { methods: { queryContext () { this.loading = true - const twoHours = 2 * 60 * 60 * 1000 * 1000 // 纳秒 + const twoHours = 2 * 60 * 60 * 1000 * 1000 * 1000// 纳秒 const bigNum = new BigNumber(this.rowData.timestamp) const beforStart = bigNum.minus(twoHours) // 向前查两个小时