style: 💄 代码格式优化

This commit is contained in:
cshaptx4869
2024-08-14 11:01:31 +08:00
committed by ray
parent ceeecb6315
commit 156dc1821c
5 changed files with 8 additions and 8 deletions

View File

@@ -1,8 +1,7 @@
import AuthAPI, { LoginData } from "@/api/auth";
import UserAPI, { UserInfo } from "@/api/user";
import AuthAPI, { type LoginData } from "@/api/auth";
import UserAPI, { type UserInfo } from "@/api/user";
import { resetRouter } from "@/router";
import { store } from "@/store";
import { TOKEN_KEY } from "@/enums/CacheEnum";
export const useUserStore = defineStore("user", () => {