// 登录 export interface LoginData { username: String password: String imageCode: String grant_type: String verifyCode: number }