前端添加用户信息界面
This commit is contained in:
@@ -85,7 +85,7 @@ export default {
|
||||
},
|
||||
{
|
||||
title: "角色管理",
|
||||
icon: "mdi-account",
|
||||
icon: "mdi-account-tie",
|
||||
to: "/admrole/",
|
||||
children: [],
|
||||
},
|
||||
@@ -116,6 +116,19 @@ export default {
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "测试路由",
|
||||
icon: "mdi-clipboard-outline",
|
||||
to: "",
|
||||
children: [
|
||||
{
|
||||
title: "用户信息",
|
||||
icon: "mdi-account",
|
||||
to: "/userinfo/",
|
||||
children: [],
|
||||
}
|
||||
],
|
||||
},
|
||||
],
|
||||
}),
|
||||
name: "DefaultDrawer",
|
||||
|
||||
@@ -49,10 +49,10 @@
|
||||
|
||||
data: () => ({
|
||||
profile: [
|
||||
{ title: 'Profile' },
|
||||
{ title: 'Settings' },
|
||||
{ title: '用户信息' },
|
||||
{ title: '设置' },
|
||||
{ divider: true },
|
||||
{ title: 'Log out' },
|
||||
{ title: '登出' },
|
||||
],
|
||||
}),
|
||||
}
|
||||
|
||||
@@ -51,11 +51,11 @@
|
||||
|
||||
data: () => ({
|
||||
notifications: [
|
||||
'Mike John Responded to your email',
|
||||
'You have 5 new tasks',
|
||||
'You\'re now friends with Andrew',
|
||||
'Another Notification',
|
||||
'Another one',
|
||||
'临时消息1,请检查邮箱',
|
||||
'临时消息2,请检查邮箱',
|
||||
'临时消息3,请检查邮箱',
|
||||
'临时消息4,请检查邮箱',
|
||||
'临时消息5,请检查邮箱',
|
||||
],
|
||||
}),
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user