feat: 登录接口对接
This commit is contained in:
10
global.d.ts
vendored
10
global.d.ts
vendored
@@ -88,6 +88,16 @@ declare global {
|
||||
|
||||
type ThemeMode = 'dark' | 'light' | 'system';
|
||||
|
||||
// form 表单数据类型声明
|
||||
interface LoginForm {
|
||||
username: string;
|
||||
password: string;
|
||||
randomStr: string;
|
||||
code: string;
|
||||
grant_type: string;
|
||||
scope: string;
|
||||
}
|
||||
|
||||
// 弹窗类型定义
|
||||
interface CreateDialogProps {
|
||||
winId?: string;
|
||||
|
||||
Reference in New Issue
Block a user