From 2b00a369e6131305a6b3e0bb1be3e3119b484b56 Mon Sep 17 00:00:00 2001 From: Huang <596417202@qq.com> Date: Mon, 13 Jun 2022 17:35:19 +0800 Subject: [PATCH] perf --- src/state/modules/user.ts | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/state/modules/user.ts b/src/state/modules/user.ts index 3cf22f3..d669edc 100644 --- a/src/state/modules/user.ts +++ b/src/state/modules/user.ts @@ -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 {}