首页登录完成

This commit is contained in:
2020-10-09 16:04:20 +08:00
parent e9a37efe02
commit fb6a526aee
9 changed files with 89 additions and 55 deletions

View File

@@ -18,4 +18,11 @@ export interface VideoInfo {
type: string;
name: string;
uid: string;
}
// 返回数据
export interface ResData{
code?: number;
msg?: string;
data?: any;
}