perf:account配置操作及显示优化

1.telnet时禁用exporter
2.login option位置调整
This commit is contained in:
wangwenrui
2020-03-13 15:59:23 +08:00
parent 36cc264b18
commit f70de42918
4 changed files with 23 additions and 7 deletions

View File

@@ -171,6 +171,7 @@
}).then(() => {
this.$delete('/cabinet?ids='+temp.cabinet.id).then(response=>{
if(response.code == 200){
this.esc();
this.$message({duration: 2000, type: 'success', message: this.$t("tip.saveSuccess")});
this.$emit('after',this.cabinet.idcId)
}else{