From 2a347c8d91d6962f4302f0553c55a3b9f743baa5 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期三, 09 九月 2020 21:15:58 +0800 Subject: [PATCH] 2020-09-09 --- src/templates/treepageconfig/index.jsx | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/src/templates/treepageconfig/index.jsx b/src/templates/treepageconfig/index.jsx index 24d1e68..0422389 100644 --- a/src/templates/treepageconfig/index.jsx +++ b/src/templates/treepageconfig/index.jsx @@ -96,6 +96,11 @@ }) } + // 鏁版嵁婧� + if (_config.setting.interType === 'inner' && !_config.setting.innerFunc) { + _config.setting.interType = 'system' + } + this.setState({ config: _config, openEdition: menu.open_edition || '', -- Gitblit v1.8.0