chore: update

This commit is contained in:
xiaoxian521
2024-04-18 12:20:08 +08:00
parent 29b06c5285
commit ed71fe708d
30 changed files with 53 additions and 43 deletions

View File

@@ -12,11 +12,11 @@ export default {
children: [
{
path: "/list/card",
name: "ListCard",
name: "CardList",
component: () => import("@/views/list/card/index.vue"),
meta: {
icon: "ri:bank-card-line",
title: $t("menus.pureListCard"),
title: $t("menus.pureCardList"),
showParent: true
}
}