diff --git a/src/views/layout/layout.vue b/src/views/layout/layout.vue index 9d5441875..2932b7b0b 100644 --- a/src/views/layout/layout.vue +++ b/src/views/layout/layout.vue @@ -3,11 +3,13 @@ - {{systemInfo.systemSimpleTitle}} + {{ systemInfo.systemSimpleTitle }} - {{ item.name }} + + {{ item.name }} + @@ -19,7 +21,7 @@ {{ c.name }} {{ $t('layout.moreCommunity') - }} + }} @@ -31,7 +33,7 @@ {{ $t('layout.logout') }} - {{systemInfo.version}} + {{ systemInfo.version }} @@ -79,13 +81,13 @@