king
2021-03-01 c45a375e5b4ce0e33c7fc8a1aecdad67d60acc9e
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) {