mirror of
https://github.com/pure-admin/pure-admin-thin.git
synced 2025-11-19 09:03:37 +08:00
feat: 完成密码加密登录功能
This commit is contained in:
6
types/index.d.ts
vendored
6
types/index.d.ts
vendored
@@ -49,6 +49,12 @@ type TimeoutHandle = ReturnType<typeof setTimeout>;
|
||||
|
||||
type IntervalHandle = ReturnType<typeof setInterval>;
|
||||
|
||||
type ResponseData<T> = {
|
||||
code: number;
|
||||
msg: string;
|
||||
data: T;
|
||||
};
|
||||
|
||||
type Effect = "light" | "dark";
|
||||
|
||||
interface ChangeEvent extends Event {
|
||||
|
||||
Reference in New Issue
Block a user