fix: 系统设置LOGO菜单多语言
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
import { Modal, message } from 'ant-design-vue/lib';
|
||||
import { FileType } from 'ant-design-vue/lib/upload/interface';
|
||||
import { UploadRequestOption } from 'ant-design-vue/lib/vc-upload/interface';
|
||||
import IconFont from '@/components/IconFont/index.vue';
|
||||
import { onMounted, reactive } from 'vue';
|
||||
import useAppStore from '@/store/modules/app';
|
||||
import useI18n from '@/hooks/useI18n';
|
||||
@@ -175,7 +176,10 @@ onMounted(() => {
|
||||
{{ appStore.appName }}
|
||||
</h1>
|
||||
</div>
|
||||
<div class="header-menu">Menu</div>
|
||||
<div class="header-menu">
|
||||
<IconFont type="icon-pcduan" style="margin-right: 10px"></IconFont>
|
||||
{{ t('router.index') }}
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<a-form layout="vertical" v-if="state.edite">
|
||||
@@ -291,7 +295,7 @@ onMounted(() => {
|
||||
|
||||
&-menu {
|
||||
width: 90px;
|
||||
line-height: 45px;
|
||||
line-height: 40px;
|
||||
color: #ffffff;
|
||||
align-self: center;
|
||||
text-align: center;
|
||||
|
||||
Reference in New Issue
Block a user