chore: fix typos (#641)

This commit is contained in:
一只前端汪
2023-07-18 19:01:09 +08:00
committed by GitHub
parent b0b03a30e4
commit 711504d5ac
9 changed files with 16 additions and 16 deletions

View File

@@ -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")
}
},
{