update: @ts-ignore

This commit is contained in:
puhui999
2023-03-30 16:13:43 +08:00
parent eff7e25ad1
commit 5459fadafd
4 changed files with 5 additions and 0 deletions

View File

@ -1,5 +1,6 @@
import { defineStore } from 'pinia'
import { store } from '../index'
// @ts-ignore
import { DictDataVO } from '@/api/system/dict/types'
import { CACHE_KEY, useCache } from '@/hooks/web/useCache'
const { wsCache } = useCache('sessionStorage')