src/views/main/index.jsx
@@ -12,7 +12,7 @@ const Tabview = asyncComponent(() => import('@/components/tabview')) const Breadview = asyncComponent(() => import('@/components/breadview')) const _locale = localStorage.getItem('lang') !== 'en-US' ? zhCN : enUS const _locale = sessionStorage.getItem('lang') !== 'en-US' ? zhCN : enUS class Main extends Component { state = {