From f9dd345e0926b34d5bcd3d671a428113d90afdeb Mon Sep 17 00:00:00 2001 From: liuqimichale <123456lq> Date: Mon, 8 Apr 2019 10:07:29 +0800 Subject: [PATCH] build --- src/components/geomagnetism.vue | 2 +- src/components/screen.vue | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/geomagnetism.vue b/src/components/geomagnetism.vue index d215745..67091a5 100644 --- a/src/components/geomagnetism.vue +++ b/src/components/geomagnetism.vue @@ -24,7 +24,7 @@ export default { data() { return { modifyTimeBegin: new Date('2019-04-01 00:00:00'), - modifyTimeEnd: new Date('2019-04-04 00:00:00'), + modifyTimeEnd: new Date('2019-04-05 00:00:00'), queryGeoFaultList: [] } }, diff --git a/src/components/screen.vue b/src/components/screen.vue index a5f3da6..a0cbfc3 100644 --- a/src/components/screen.vue +++ b/src/components/screen.vue @@ -27,7 +27,7 @@ export default { data() { return{ modifyTimeBegin: new Date('2019-04-01 00:00:00'), - modifyTimeEnd: new Date('2019-04-04 00:00:00'), + modifyTimeEnd: new Date('2019-04-05 00:00:00'), queryscreenList: [] } -- libgit2 0.21.4