feat: add iconSelect component

This commit is contained in:
xiaoxian521
2022-03-05 13:47:24 +08:00
parent a35dc9d7b6
commit 0a7d22248f
23 changed files with 6684 additions and 101 deletions

View File

@@ -39,6 +39,15 @@ const ableRouter = {
title: $t("menus.hsPrint"),
i18n: true
}
},
{
path: "/able/iconSelect",
name: "reIconSelect",
component: () => import("/@/views/able/icon-select.vue"),
meta: {
title: $t("menus.hsIconSelect"),
i18n: true
}
}
]
};