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