storage.js 244 B

1234
  1. import website from '~src/config/index'
  2. import { utilsStore } from "vue-utils-plus";
  3. const { getStoreData, setStoreData, delStoreData, clearStoreAll } = utilsStore(website.key)
  4. export { getStoreData, setStoreData, delStoreData, clearStoreAll }