From 355de6d28489e9ff3d17138575c2fef32266930e Mon Sep 17 00:00:00 2001
From: hanbaoshan <hanbaoshan@aiotlink.com>
Date: 星期四, 15 十月 2020 16:13:08 +0800
Subject: [PATCH] 应用中心未安装算法图标修复,集群节点展示组件更新

---
 src/pages/cameraAccess/index/main.ts |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/src/pages/cameraAccess/index/main.ts b/src/pages/cameraAccess/index/main.ts
index 1cdf154..36c7ac2 100644
--- a/src/pages/cameraAccess/index/main.ts
+++ b/src/pages/cameraAccess/index/main.ts
@@ -1,4 +1,6 @@
 import Vue from "vue";
+import App from './App.vue';
+
 import ElementUI from 'element-ui';
 import 'element-ui/lib/theme-chalk/index.css';
 import "@/assets/css/element-variables.scss";
@@ -10,7 +12,6 @@
 import moment from 'moment';
 import Mixin from "./mixins";
 
-import App from './App.vue';
 Vue.prototype.$moment = moment;
 Vue.use(ElementUI);
 Vue.use(ToggleButton);

--
Gitblit v1.8.0