From bde2916433c7830e2879e6524e32b9f6c8bd0bab Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期日, 02 一月 2022 16:31:32 +0800
Subject: [PATCH] 2022-01-02

---
 src/utils/asyncIconComponent.jsx |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/utils/asyncIconComponent.jsx b/src/utils/asyncIconComponent.jsx
index 7d89b29..5fe6c82 100644
--- a/src/utils/asyncIconComponent.jsx
+++ b/src/utils/asyncIconComponent.jsx
@@ -1,5 +1,5 @@
 import React, {Component} from 'react'
-import { Icon } from 'antd'
+import { LoadingOutlined } from '@ant-design/icons'
 
 /**
  * @description 寮傛鍔犺浇妯″潡
@@ -24,7 +24,7 @@
     render() {
       const C = this.state.component
 
-      return C ? <C {...this.props} /> : <Icon type="loading" />
+      return C ? <C {...this.props} /> : <LoadingOutlined />
     }
   }
 }
\ No newline at end of file

--
Gitblit v1.8.0