兰宝车间质量管理系统-前端
baoshiwei
2025-03-12 9d9cb926d2fdd4ba6db1daffdbc6c877a626d813
src/plugins/cache.ts
@@ -26,6 +26,7 @@
    if (value != null) {
      return JSON.parse(value);
    }
    return null;
  },
  remove(key: string) {
    sessionStorage.removeItem(key);
@@ -59,6 +60,7 @@
    if (value != null) {
      return JSON.parse(value);
    }
    return null;
  },
  remove(key: string) {
    localStorage.removeItem(key);