feat(个人中心): ✨ 个人中心
个人中心完成
This commit is contained in:
15
web/src/types/views.d.ts
vendored
15
web/src/types/views.d.ts
vendored
@@ -17,12 +17,19 @@ declare type PersonalState = {
|
||||
newsInfoList: NewInfo[];
|
||||
recommendList: Recommend[];
|
||||
personalForm: {
|
||||
username: string;
|
||||
name: string;
|
||||
email: string;
|
||||
autograph: string;
|
||||
occupation: string;
|
||||
phone: string;
|
||||
sex: string;
|
||||
mobile: string;
|
||||
gender: number | string;
|
||||
dept_info: {
|
||||
dept_id: number;
|
||||
dept_name: string;
|
||||
}
|
||||
role_info: [{
|
||||
id: number;
|
||||
name: string;
|
||||
}]
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user