fix: 去除无效代码

This commit is contained in:
刘洪洪
2023-02-17 16:14:38 +08:00
parent 06de8e2bc9
commit 14a24b268a
5 changed files with 0 additions and 7 deletions

View File

@@ -170,7 +170,6 @@ export default {
let linkInfo = null
linkInfo = localStorage.getItem(storageKey.linkInfo)
linkInfo = JSON.parse(linkInfo)
// console.log('打印缓存', linkInfo)
const params = {
startTime: getSecond(this.timeFilter.startTime),
endTime: getSecond(this.timeFilter.endTime)
@@ -183,7 +182,6 @@ export default {
const res = []
res[0] = response[0].data
res[1] = response[1].data
// console.log('打印数据', res)
if (res[0].code === 200 && res[1].code === 200) {
this.showError = false