Merge branch 'codeCheck' of git.mesalab.cn:nezha/nezha-fronted into codeCheck

This commit is contained in:
wangwenrui
2020-12-28 16:24:18 +08:00
1398 changed files with 407 additions and 2258 deletions

View File

@@ -782,6 +782,7 @@
this.tools.customTableTitle=localStorage.getItem("nz-tableTitle-"+localStorage.getItem("nz-username")+"-"+this.$route.path)
?JSON.parse(localStorage.getItem("nz-tableTitle-"+localStorage.getItem("nz-username")+"-"+this.$route.path))
:this.tableTitle;
this.tableTitleReset(this.tableTitle,this.tools.customTableTitle);
setTimeout(()=>{
this.ready=true;
},300);