feat: export execl demo (#288)

This commit is contained in:
一万
2022-06-03 23:41:47 +08:00
committed by GitHub
parent 61880bc07b
commit 4af50acf88
6 changed files with 203 additions and 21 deletions

View File

@@ -138,6 +138,14 @@ const ableRouter = {
meta: {
title: $t("menus.hsPdf")
}
},
{
path: "/able/execl",
name: "Execl",
component: () => import("/@/views/able/execl.vue"),
meta: {
title: $t("menus.hsExecl")
}
}
]
};