优化3.0功能

This commit is contained in:
gaoxs
2020-07-14 16:10:44 +08:00
parent ae5860c94e
commit 963152460c
15 changed files with 366 additions and 319 deletions

View File

@ -196,6 +196,7 @@ export const login = () => {
reject('获取用户信息失败')
});
}).catch(error => {
console.log(error)
console.log('登录接口调用失败')
reject('登录接口调用失败')
});