diff --git a/src/layouts/components/DefaultLayoutWithVerticalNav.vue b/src/layouts/components/DefaultLayoutWithVerticalNav.vue index c1543236..a5c0217f 100644 --- a/src/layouts/components/DefaultLayoutWithVerticalNav.vue +++ b/src/layouts/components/DefaultLayoutWithVerticalNav.vue @@ -67,7 +67,7 @@ onMounted(() => { -
+
{ }" /> - + { /> diff --git a/src/layouts/components/UserProfile.vue b/src/layouts/components/UserProfile.vue index bcaf283e..5684aa9b 100644 --- a/src/layouts/components/UserProfile.vue +++ b/src/layouts/components/UserProfile.vue @@ -1,4 +1,6 @@ - 管理员 - Admin + 管理员 + {{ accountInfo.name }} @@ -53,7 +83,7 @@ const logout = () => { - 个人中心 + 配置中心 diff --git a/src/pages/account-setting.vue b/src/pages/account-setting.vue index 268be746..37e75443 100644 --- a/src/pages/account-setting.vue +++ b/src/pages/account-setting.vue @@ -10,7 +10,7 @@ const activeTab = ref(route.params.tab); // tabs const tabs = [ { title: "用户", icon: "mdi-account-outline", tab: "account" }, - { title: "系统", icon: "mdi-cog", tab: "system" }, + { title: "进阶", icon: "mdi-monitor-dashboard", tab: "system" }, ];