This commit is contained in:
Vanessa 2023-03-22 15:22:45 +08:00 committed by Liang Ding
parent fa667aec0c
commit ad6dfc3b50
No known key found for this signature in database
GPG key ID: 136F30F901A2231D

View file

@ -221,6 +221,11 @@ export const getLocalStorage = (cb: () => void) => {
}
});
cb();
// 数据兼容移除历史数据3.8.4 移除
fetchPost("/api/storage/removeLocalStorageVals", {
keys:["leftColumn", "local-searchedata", "local-searchekeys", "local-searchetabdata", "rightColumn", "topBar"]
});
});
};