king
2021-02-24 12e6f9526818cfb62434b37aa0a3169cfc0d3cae
src/mob/home/index.jsx
@@ -22,7 +22,7 @@
  //   collapse: PropTypes.bool,
  // }
  state = {
    dict: localStorage.getItem('lang') !== 'en-US' ? zhCN : enUS,
    dict: sessionStorage.getItem('lang') !== 'en-US' ? zhCN : enUS,
  }
  shouldComponentUpdate (nextProps, nextState) {