This commit is contained in:
Vanessa 2023-03-22 15:22:45 +08:00
parent f36a8721e9
commit 22f12f3eea

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"]
});
});
};