From 8b326455714d3d681cc95cabd5127427a830293d Mon Sep 17 00:00:00 2001 From: chenjinsong <523037378@qq.com> Date: Mon, 7 Sep 2020 09:49:47 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20import=E4=B8=8D=E5=AD=98=E5=9C=A8?= =?UTF-8?q?=E7=9A=84js=E5=AF=BC=E8=87=B4=E7=A8=8B=E5=BA=8F=E6=97=A0?= =?UTF-8?q?=E6=B3=95=E5=90=AF=E5=8A=A8=E7=9A=84bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/components/page/dashboard/overview/overview2.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nezha-fronted/src/components/page/dashboard/overview/overview2.vue b/nezha-fronted/src/components/page/dashboard/overview/overview2.vue index cc41e936f..936a9e8a0 100644 --- a/nezha-fronted/src/components/page/dashboard/overview/overview2.vue +++ b/nezha-fronted/src/components/page/dashboard/overview/overview2.vue @@ -185,7 +185,7 @@ import bus from '../../../../libs/bus'; import timePicker from '../../../common/timePicker'; import VueCountUp from 'vue-countupjs'; - import * as world from "../../../common/js/world"; + //import * as world from "../../../common/js/world"; var timeout; //第三行第三个图的dropdown下拉菜单timeout export default {