king
2021-03-31 4f5f8002496e8b32c1ba83e9d3a0674e61c41c03
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) {