fix: 删除localStorage里面的 dashboardTime

This commit is contained in:
zhangyu
2023-07-21 17:18:28 +08:00
parent 5d2b732796
commit 5dd1eac037
2 changed files with 2 additions and 2 deletions

View File

@@ -1274,7 +1274,7 @@ export default {
immediate: true,
deep: true,
handler (n) {
localStorage.setItem('dashboardTime', JSON.stringify(n))
// localStorage.setItem('dashboardTime', JSON.stringify(n))
}
},
chartRightBoxShow: {