diff --git a/src/layout/components/Top.vue b/src/layout/components/Top.vue index 5dde36f..bffe2e3 100644 --- a/src/layout/components/Top.vue +++ b/src/layout/components/Top.vue @@ -1,39 +1,39 @@ - + - @@ -88,22 +84,20 @@ const editMyPasswordForm = () => { - + - + - + - + {{ userStore.nickname }} @@ -112,8 +106,12 @@ const editMyPasswordForm = () => { {{ $t("navbar.dashboard") }} - {{ $t("navbar.archives") }} - {{ $t("navbar.password") }} + {{ + $t("navbar.archives") + }} + {{ + $t("navbar.password") + }} {{ $t("navbar.logout") }} @@ -121,14 +119,14 @@ const editMyPasswordForm = () => { - + diff --git a/src/views/dashboard/index.vue b/src/views/dashboard/index.vue index 855aacd..0526a95 100644 --- a/src/views/dashboard/index.vue +++ b/src/views/dashboard/index.vue @@ -3,127 +3,123 @@ @ 时间: 2023-11-06 13:39:13 @ 备注: 首页 --> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + -