Commit 5a7d8ab3 authored by zhangyanni's avatar zhangyanni

去掉console

parent b331b1fc
...@@ -135,7 +135,6 @@ ...@@ -135,7 +135,6 @@
api.getLeftNavAxios().then((res)=>{ api.getLeftNavAxios().then((res)=>{
if(res.code==0){ if(res.code==0){
that.businessList = res.result; that.businessList = res.result;
console.log(res.result);
}else{ }else{
that.$message.error(res.msg); that.$message.error(res.msg);
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment