gaoluyang
6 天以前 c7b4b9a2f4c0f05aeb60a9e3f5fba5d9a3676f3f
src/plugins/cache.js
@@ -29,7 +29,7 @@
    return null
  },
  remove (key) {
    sessionStorage.removeItem(key);
    sessionStorage.removeItem(key)
  }
}
const localCache = {
@@ -63,7 +63,7 @@
    return null
  },
  remove (key) {
    localStorage.removeItem(key);
    localStorage.removeItem(key)
  }
}