fix(user.mock.ts): 🐛 mock用户数据username字段补齐

This commit is contained in:
cshaptx4869 2024-02-29 11:06:46 +08:00
parent 9bf39460d0
commit c0fdf5ae0b
1 changed files with 1 additions and 0 deletions

View File

@ -14,6 +14,7 @@ export default defineMock([
data: {
userId: 2,
nickname: "系统管理员",
username: "admin",
avatar:
"https://oss.youlai.tech/youlai-boot/2023/05/16/811270ef31f548af9cffc026dfc3777b.gif",
roles: ["ADMIN"],