perf: update

This commit is contained in:
xiaoxian521
2022-05-22 14:39:02 +08:00
parent 747e2b9c1c
commit e9602d23cb
6 changed files with 4258 additions and 1930 deletions

View File

@@ -17,7 +17,7 @@ const isDashboard = (route: RouteLocationMatched): boolean | string => {
if (!name) {
return false;
}
return name.trim().toLocaleLowerCase() === "welcome".toLocaleLowerCase();
return name.trim().toLocaleLowerCase() === "Welcome".toLocaleLowerCase();
};
const getBreadcrumb = (): void => {