style:删除多余console

This commit is contained in:
zhangyu
2020-10-09 13:41:10 +08:00
parent a97454d34a
commit 6bed4165b1
2 changed files with 0 additions and 3 deletions

View File

@@ -289,7 +289,6 @@
return num>9?num:'0'+num;
},
getParamsType(){
console.log(this.$route);
let path=this.$route.path;
switch(path){
case '/panel': this.paramsType='dashboard';break;