From 78eed586f6a0d15162c89878c53a301e7b142a8a Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期一, 10 十月 2022 00:07:06 +0800 Subject: [PATCH] Merge branch 'master' into positec --- src/menu/datasource/index.jsx | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/src/menu/datasource/index.jsx b/src/menu/datasource/index.jsx index eb4f54b..e71780a 100644 --- a/src/menu/datasource/index.jsx +++ b/src/menu/datasource/index.jsx @@ -40,6 +40,11 @@ const { config } = this.props const { appType } = this.state + if (config.type === 'interface') { // 鍏叡鏁版嵁婧愪笉浣跨敤鎼滅储 + this.setState({visible: true}) + return + } + let search = [] let menu = fromJS(window.GLOB.customMenu).toJS() -- Gitblit v1.8.0