模型类

This commit is contained in:
橙子
2021-10-11 21:50:50 +08:00
parent 543800d0e7
commit 2093d1c78d
38 changed files with 652 additions and 185 deletions

View File

@@ -81,19 +81,19 @@
mini: false,
items: [
{
title: "Dashboard",
title: "首页",
icon: "mdi-view-dashboard",
to: "/"
},
{
title: "User Profile",
title: "用户管理",
icon: "mdi-account",
to: "/components/profile/",
to: "/admuser/",
},
{
title: "Regular Tables",
title: "角色管理",
icon: "mdi-clipboard-outline",
to: "/tables/regular/",
to: "/admrole/",
},
{
title: "Typography",