From 1af0c937466d8f8df26aaddd72dbd702dd0f3033 Mon Sep 17 00:00:00 2001 From: hanbaoshan <hanbaoshan@aiotlink.com> Date: 星期二, 19 一月 2021 15:59:52 +0800 Subject: [PATCH] 轨迹图查询方法更新,朔黄添加首页 --- src/pages/shuohuangMonitorAnalyze/index/main.ts | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/src/pages/shuohuangMonitorAnalyze/index/main.ts b/src/pages/shuohuangMonitorAnalyze/index/main.ts index ddd090c..4297dbe 100644 --- a/src/pages/shuohuangMonitorAnalyze/index/main.ts +++ b/src/pages/shuohuangMonitorAnalyze/index/main.ts @@ -3,12 +3,13 @@ import Mixin from "./mixins"; import ElementUI from 'element-ui'; import moment from 'moment'; - +import echarts from 'echarts'; import 'element-ui/lib/theme-chalk/index.css'; import "@/assets/css/element-variables.scss"; Vue.use(ElementUI); Vue.mixin(Mixin); Vue.prototype.$moment = moment; +Vue.prototype.$echarts = echarts; new Vue({ el: '#app', render: h => h(App) -- Gitblit v1.8.0