fix: user settings international config files

This commit is contained in:
edgex
2024-04-07 12:03:19 +08:00
parent 40915743a6
commit 6390ad966b
6 changed files with 6 additions and 4 deletions

View File

@@ -44,7 +44,7 @@ export default [
name: "UserSettings",
component: () => import("@/layout/components/userSettings/index.vue"),
meta: {
title: $t("buttons.hsUserSettings"),
title: $t("buttons.pureUserSettings"),
showLink: false,
rank: 103
}