king
2024-06-21 2bccb9ec7bdefe23292a22bc153463cfa1479a49
src/views/appcheck/index.jsx
@@ -1,7 +1,6 @@
import React, {Component} from 'react'
import { Spin, notification, Table, ConfigProvider, Typography, Row, Col, Tooltip } from 'antd'
import { Spin, notification, Table, Typography, Row, Col, Tooltip } from 'antd'
import { QuestionCircleOutlined } from '@ant-design/icons'
import zhCN from 'antd/es/locale/zh_CN'
import Api from '@/api'
import { langs } from '@/store/options.js'
@@ -138,7 +137,6 @@
    return (
      <div className="mk-app-check">
        <ConfigProvider locale={zhCN}>
          <Header view="manage" />
          {loading ?
            <div className="loading-mask">
@@ -247,7 +245,6 @@
              })}
            </div>
          </div>
        </ConfigProvider>
      </div>
    )
  }