king
2021-02-24 12e6f9526818cfb62434b37aa0a3169cfc0d3cae
src/views/mobdesign/index.jsx
@@ -26,7 +26,7 @@
class Mobile extends Component {
  state = {
    dict: localStorage.getItem('lang') !== 'en-US' ? zhCN : enUS,
    dict: sessionStorage.getItem('lang') !== 'en-US' ? zhCN : enUS,
    appId: this.props.match.params.appId,
    appType: this.props.match.params.appType,
    appCode: this.props.match.params.appCode,