fix: dict

This commit is contained in:
xingyu4j 2022-11-17 15:05:51 +08:00
parent 763e9c1297
commit a4a524ba38

View File

@ -14,7 +14,7 @@ import { isRelogin } from '@/config/axios/service'
import { getInfoApi } from '@/api/login' import { getInfoApi } from '@/api/login'
import { useCache } from '@/hooks/web/useCache' import { useCache } from '@/hooks/web/useCache'
const { wsCache } = useCache() const { wsCache } = useCache('sessionStorage')
const { start, done } = useNProgress() const { start, done } = useNProgress()