兰宝车间质量管理系统-前端
gssong
2025-01-17 ecf2337205e878afff74364ce4037ec68b890528
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);