From 0f8177b8bd99f42266ac4d0aa9ec878433021e42 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E6=9D=A8?= <1711467488@qq.com> Date: Tue, 23 Jan 2018 18:09:25 +0800 Subject: [PATCH] no message Former-commit-id: 2761aa096a1f72022656cf73a84a1b1c7032d157 Former-commit-id: 639f3cf43f4b1f01235a93d3ac08fb5eea089d1d Former-commit-id: 8f5d699571eb1f2df3114505b7c91b7eea1a8383 --- src/mock/login/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mock/login/index.js b/src/mock/login/index.js index 4257baac..be3f1373 100644 --- a/src/mock/login/index.js +++ b/src/mock/login/index.js @@ -30,7 +30,7 @@ Mock.mock('/login', 'post', ({url, type, body}) => { } else { return { code: 500, - msg: '没有找到匹配的用户' + msg: '用户名或密码错误' } } })