From b5364600d98c8749caba625ec813d4fe670d0a19 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期四, 16 十二月 2021 17:29:55 +0800 Subject: [PATCH] 2021-12-16 --- src/pc/components/navbar/normal-navbar/index.jsx | 5 +---- 1 files changed, 1 insertions(+), 4 deletions(-) diff --git a/src/pc/components/navbar/normal-navbar/index.jsx b/src/pc/components/navbar/normal-navbar/index.jsx index 908e70a..a1eebd4 100644 --- a/src/pc/components/navbar/normal-navbar/index.jsx +++ b/src/pc/components/navbar/normal-navbar/index.jsx @@ -6,8 +6,6 @@ import asyncIconComponent from '@/utils/asyncIconComponent' import MKEmitter from '@/utils/events.js' -import zhCN from '@/locales/zh-CN/model.js' -import enUS from '@/locales/en-US/model.js' import getWrapForm from './options' import './index.scss' @@ -25,7 +23,6 @@ } state = { - dict: sessionStorage.getItem('lang') !== 'en-US' ? zhCN : enUS, card: null, back: false } @@ -41,7 +38,7 @@ dataName: card.dataName || '', name: card.name, subtype: card.subtype, - wrap: { name: card.name, width: card.width || 1200 }, + wrap: { name: card.name, width: card.width || 1200, height: 50 }, logoStyle: { width: '100px' }, style: { }, links: [], -- Gitblit v1.8.0