mirror of
https://github.com/pure-admin/vue-pure-admin.git
synced 2025-11-03 13:44:47 +08:00
chore: fix typos (#641)
This commit is contained in:
@@ -149,11 +149,11 @@ export default {
|
||||
}
|
||||
},
|
||||
{
|
||||
path: "/able/execl",
|
||||
name: "Execl",
|
||||
component: () => import("@/views/able/execl.vue"),
|
||||
path: "/able/excel",
|
||||
name: "Excel",
|
||||
component: () => import("@/views/able/excel.vue"),
|
||||
meta: {
|
||||
title: $t("menus.hsExecl")
|
||||
title: $t("menus.hsExcel")
|
||||
}
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user