From 574ea3b532b625456c09f14fc11073aad6b61db7 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期三, 02 八月 2023 12:11:47 +0800 Subject: [PATCH] 2023-08-02 --- src/views/mkiframe/index.jsx | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/src/views/mkiframe/index.jsx b/src/views/mkiframe/index.jsx index e3a1cde..7923874 100644 --- a/src/views/mkiframe/index.jsx +++ b/src/views/mkiframe/index.jsx @@ -5,6 +5,7 @@ import Api from '@/api' import asyncComponent from '@/utils/asyncLoadComponent' import MKEmitter from '@/utils/events.js' +import ImgScale from '@/components/imgScale' import './index.scss' const CustomPage = asyncComponent(() => import('@/tabviews/custom')) @@ -182,6 +183,7 @@ {!loading && type === 'CustomPage' ? <CustomPage MenuID={MenuId} param={{$BID: BID}} changeTemp={this.changeTemp}/> : null} {!loading && type === 'BaseTable' ? <BaseTable MenuID={MenuId} param={{$BID: BID}} changeTemp={this.changeTemp}/> : null} </ConfigProvider> + <ImgScale /> </div> ) } -- Gitblit v1.8.0