feat:修复metric列表没数据bug;样式优化;

This commit is contained in:
陈劲松
2020-12-16 18:41:29 +08:00
committed by chenjinsong
parent 1561e3d7c0
commit 1018584b79
8 changed files with 179 additions and 28 deletions

View File

@@ -460,8 +460,9 @@
logout() {
this.$get('logout').then(() => {
this.logoutSuccess();
document.location.href = "/";
});
document.location.reload();
//this.jumpTo('/login');
},
refreshLang() {