menu style

This commit is contained in:
2023-04-12 14:21:33 +08:00
parent 2b7a638c1c
commit 8e6ecdd677
62 changed files with 1619 additions and 272 deletions

View File

@ -76,7 +76,7 @@ export const constantRoutes = [
path: "/index",
component: () => import("@/views/index"),
name: "Index",
meta: { title: "首页", icon: "dashboard", affix: true },
meta: { title: "首页", icon: "home", affix: true },
},
],
},