fix(user.mock.ts): 🐛 mock用户数据username字段补齐
This commit is contained in:
@@ -14,6 +14,7 @@ export default defineMock([
|
|||||||
data: {
|
data: {
|
||||||
userId: 2,
|
userId: 2,
|
||||||
nickname: "系统管理员",
|
nickname: "系统管理员",
|
||||||
|
username: "admin",
|
||||||
avatar:
|
avatar:
|
||||||
"https://oss.youlai.tech/youlai-boot/2023/05/16/811270ef31f548af9cffc026dfc3777b.gif",
|
"https://oss.youlai.tech/youlai-boot/2023/05/16/811270ef31f548af9cffc026dfc3777b.gif",
|
||||||
roles: ["ADMIN"],
|
roles: ["ADMIN"],
|
||||||
|
|||||||
Reference in New Issue
Block a user