update preview image;

This commit is contained in:
iczer
2020-06-25 11:40:11 +08:00
parent 80e3f41419
commit f90b6e8731
4 changed files with 2 additions and 2 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 58 KiB

BIN
src/assets/img/preview.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 220 KiB

View File

@@ -19,7 +19,7 @@ Mock.mock('/login', 'post', ({body}) => {
result.message = '账户名或密码错误admin/888888'
} else {
result.code = 0
result.message = Mock.mock('@TIMEFIX') + ',欢迎回来'
result.message = Mock.mock('@TIMEFIX').CN + ',欢迎回来'
result.data = {}
result.data.user = user
}