Commit 86e842a3069ceb4ceafc34fe14f9f26122235f25

Authored by xp.Huang
1 parent 6c2a476b

docs: 移除console

... ... @@ -164,10 +164,7 @@
164 164 });
165 165 });
166 166 const keys = await getDeviceKeys(tbDeviceId);
167   - console.log(this.getAttrList.map(item=>item.identifier),'aaaaaaaa')
168   -
169 167 this.keys = [this.getAttrList.map(item=>item.identifier)];
170   - console.log(this,keys,this.keys)//123
171 168 // 昨天
172 169 this.yesterday = moment().subtract(1, "days").format("YYYY-MM-DD");
173 170 // 今天
... ...