Merge pull request #35 from cshaptx4869/patch-7

fix(user.mock.ts): 🐛 mock用户数据username字段补齐
This commit is contained in:
Ray Hao 2024-02-29 13:52:12 +08:00 committed by GitHub
commit 2595e5b3cc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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"],