no message

Former-commit-id: 07cf3bfbbd524a7cba0d122298f8c841010a4e55
Former-commit-id: c900623564b914d9db47b14633ba79e258142db7
Former-commit-id: 2cffd03327ce8647045ddb5073d7752bbbdba533
This commit is contained in:
李杨
2018-01-27 10:25:59 +08:00
parent 509b811fd2
commit fc181b9446
7 changed files with 93 additions and 7 deletions

View File

@@ -26,7 +26,8 @@ Mock.mock('/login', 'post', ({url, type, body}) => {
code: 0,
msg: '登陆成功',
data: {
...user
...user,
token: '1234567890'
}
}
} else {