This commit is contained in:
Huang 2022-06-13 17:35:19 +08:00
parent ddbe908502
commit 2b00a369e6

View File

@ -1,7 +1,4 @@
import { defineStore } from 'pinia';
import { getCache, setCache } from '@/utils/catch';
import { TOKEN_KEY } from '@/enums/cacheEnum';
import { login } from '@/services/api/user';
interface UserState {}