remove mock login

This commit is contained in:
weijianli
2019-09-28 12:26:16 -05:00
parent 63eef2ea18
commit e2d02adffc
3 changed files with 33 additions and 3 deletions

View File

@@ -26,7 +26,7 @@ const users = {
export default [
// user login
{
url: '/user/login',
url: '/user/loogin',
type: 'post',
response: config => {
const { username } = config.body