mirror of
https://github.com/MCSManager/MCSManager.git
synced 2024-12-09 07:30:04 +08:00
Fix: interface error
This commit is contained in:
parent
ed6c0ab620
commit
97a3d96213
@ -2,6 +2,7 @@ import { reactive } from "vue";
|
||||
import { createGlobalState } from "@vueuse/core";
|
||||
import _ from "lodash";
|
||||
import { userInfoApi } from "@/services/apis";
|
||||
import type { BaseUserInfo } from "@/types/user";
|
||||
|
||||
interface AppStateInfo {
|
||||
userInfo: BaseUserInfo | null;
|
||||
|
@ -1,4 +1,4 @@
|
||||
interface BaseUserInfo {
|
||||
export interface BaseUserInfo {
|
||||
uuid: string;
|
||||
userName: string;
|
||||
loginTime: string;
|
||||
|
Loading…
Reference in New Issue
Block a user