From 1b9fd7b9fd872a3f08c7f43bd6e5654225b585c2 Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期五, 23 二月 2024 09:46:56 +0800
Subject: [PATCH] 2024-02-23

---
 src/views/systemfunc/index.jsx |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/src/views/systemfunc/index.jsx b/src/views/systemfunc/index.jsx
index 63bee5f..9c33163 100644
--- a/src/views/systemfunc/index.jsx
+++ b/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>
     )
   }

--
Gitblit v1.8.0