feat:overview 新增chart & overview其他细节调整

1.把overview作为登录后首页
2.asset total 及表格alert列显示调整
3.新增alert trend图表
4.topN头部下拉选调整
5.其他样式调整
This commit is contained in:
wangwenrui
2020-03-23 18:20:19 +08:00
parent 0c33b82ec7
commit 42b1e6a71f
8 changed files with 250 additions and 37 deletions

View File

@@ -57,7 +57,7 @@ export default {
this.$i18n.locale = this.lang;
bus.$emit('login');
this.$router.push({
path: "/panel",
path: "/overview",
query: {
t: +new Date()
}