Merge branch 'dev-3.9' of git.mesalab.cn:nezha/nezha-fronted into dev-3.10
This commit is contained in:
@@ -125,7 +125,7 @@ export default {
|
|||||||
methods: {
|
methods: {
|
||||||
queryContext () {
|
queryContext () {
|
||||||
this.loading = true
|
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 bigNum = new BigNumber(this.rowData.timestamp)
|
||||||
|
|
||||||
const beforStart = bigNum.minus(twoHours) // 向前查两个小时
|
const beforStart = bigNum.minus(twoHours) // 向前查两个小时
|
||||||
|
|||||||
Reference in New Issue
Block a user