src/mob/components/topbar/normal-navbar/index.jsx
@@ -7,8 +7,6 @@ import asyncIconComponent from '@/utils/asyncIconComponent' import getWrapForm from './options' import MKEmitter from '@/utils/events.js' import zhCN from '@/locales/zh-CN/model.js' import enUS from '@/locales/en-US/model.js' import './index.scss' const NormalForm = asyncIconComponent(() => import('@/components/normalform')) @@ -22,7 +20,6 @@ } state = { dict: sessionStorage.getItem('lang') !== 'en-US' ? zhCN : enUS, card: null, back: false }