export function login(name: string, pwd: string) { console.log('login') return { name, pwd } }