ui/admin-ui3/src/store/modules/user.ts
@@ -6,6 +6,8 @@ import {removeToken, setToken} from "@/utils/auth"; import {sm4} from 'sm-crypto' import {encryptSm4} from "@/utils/Sm4Utils"; import { sm3 } from "sm-crypto"; export interface UserState { token: string | undefined, name: string | undefined,