feat: 添加文件下载demo

This commit is contained in:
xiaoxian521
2022-10-18 17:54:17 +08:00
parent aae35ff5d9
commit b1bce9f4ce
6 changed files with 78 additions and 5 deletions

View File

@@ -26,6 +26,14 @@ const ableRouter: RouteConfigsTable = {
title: $t("menus.hsPrint")
}
},
{
path: "/able/download",
name: "Download",
component: () => import("/@/views/able/download.vue"),
meta: {
title: $t("menus.hsDownload")
}
},
{
path: "/able/iconSelect",
name: "IconSelect",