Ben Lin
2024-08-22 c9f779c19d920efcca14fd17bbcca8254f92790d
src/store/modules/lock.ts
@@ -1,9 +1,9 @@
import type { LockInfo } from '/#/store';
import type { LockInfo } from '#/store';
import { defineStore } from 'pinia';
import { LOCK_INFO_KEY } from '/@/enums/cacheEnum';
import { Persistent } from '/@/utils/cache/persistent';
import { LOCK_INFO_KEY } from '@/enums/cacheEnum';
import { Persistent } from '@/utils/cache/persistent';
import { useUserStore } from './user';
interface LockState {