mirror of
https://github.com/pure-admin/vue-pure-admin.git
synced 2025-11-03 13:44:47 +08:00
feat: export execl demo (#288)
This commit is contained in:
@@ -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")
|
||||
}
|
||||
}
|
||||
]
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user