From 159940642620c547bb020b5cdf4bf16a3dfae15f Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期四, 10 九月 2020 23:37:17 +0800 Subject: [PATCH] 2020-09-10 --- src/templates/sharecomponent/actioncomponent/actionform/index.jsx | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/src/templates/sharecomponent/actioncomponent/actionform/index.jsx b/src/templates/sharecomponent/actioncomponent/actionform/index.jsx index aa499a5..f529276 100644 --- a/src/templates/sharecomponent/actioncomponent/actionform/index.jsx +++ b/src/templates/sharecomponent/actioncomponent/actionform/index.jsx @@ -89,6 +89,8 @@ } else if (_opentype === 'outerpage') { card.pageTemplate = 'custom' _opentype = 'innerpage' + } else if (_opentype === 'blank') { + _opentype = 'tab' } let _tabs = this.props.tabs.filter(tab => tab.type === _tabType) -- Gitblit v1.8.0