king
2021-02-24 12e6f9526818cfb62434b37aa0a3169cfc0d3cae
src/templates/calendarconfig/calcomponent/index.jsx
@@ -16,7 +16,7 @@
  }
  state = {
    dict: localStorage.getItem('lang') !== 'en-US' ? zhCN : enUS,
    dict: sessionStorage.getItem('lang') !== 'en-US' ? zhCN : enUS,
    calendar: null,  // 日历设置
    visible: false,  // 模态框控制
  }