king
2024-02-23 1b9fd7b9fd872a3f08c7f43bd6e5654225b585c2
src/views/systemfunc/index.jsx
@@ -11,6 +11,7 @@
// import './index.scss'
const Tabview = asyncComponent(() => import('@/components/tabview'))
const ImgScale = asyncComponent(() => import('@/components/imgScale'))
class MkHS extends Component {
  UNSAFE_componentWillMount() {
@@ -63,6 +64,7 @@
          <Tabview key="tabview"/>
          <Header key="header"/>
        </ConfigProvider>
        <ImgScale />
      </div>
    )
  }