fix: import不存在的js导致程序无法启动的bug

This commit is contained in:
chenjinsong
2020-09-07 09:49:47 +08:00
parent 299ee48146
commit 8b32645571

View File

@@ -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 {