From 809987a63ced6f35a7d37623af33bdba31ca6c93 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期六, 08 十月 2022 15:24:03 +0800 Subject: [PATCH] 2022-10-08 --- src/menu/components/card/prop-card/index.jsx | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/src/menu/components/card/prop-card/index.jsx b/src/menu/components/card/prop-card/index.jsx index e5afb70..2876dc8 100644 --- a/src/menu/components/card/prop-card/index.jsx +++ b/src/menu/components/card/prop-card/index.jsx @@ -488,7 +488,10 @@ } else { _card.setting.supModule = '' } + } else if (res.datatype === 'public') { + // let interfaces = window.GLOB.customMenu.interfaces || [] } + if (res.layout === 'flex') { _card.wrap.pagestyle = 'page' } -- Gitblit v1.8.0