From 88756147643a1d4ffb840797b96ea44462b0551d Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期二, 12 七月 2022 17:19:26 +0800 Subject: [PATCH] 2022-07-12 --- src/tabviews/custom/components/group/normal-group/index.jsx | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/tabviews/custom/components/group/normal-group/index.jsx b/src/tabviews/custom/components/group/normal-group/index.jsx index 19c4411..ce9472f 100644 --- a/src/tabviews/custom/components/group/normal-group/index.jsx +++ b/src/tabviews/custom/components/group/normal-group/index.jsx @@ -25,7 +25,7 @@ const PropCard = asyncComponent(() => import('@/tabviews/custom/components/card/prop-card')) const BraftEditor = asyncComponent(() => import('@/tabviews/custom/components/editor/braft-editor')) const SandBox = asyncComponent(() => import('@/tabviews/custom/components/code/sand-box')) -const NormalForm = asyncComponent(() => import('@/tabviews/custom/components/form/normal-form')) +const NormalForm = asyncComponent(() => import('@/tabviews/custom/components/form/step-form')) const TabForm = asyncComponent(() => import('@/tabviews/custom/components/form/tab-form')) const NormalTree = asyncComponent(() => import('@/tabviews/custom/components/tree/antd-tree')) const CarouselDataCard = asyncComponent(() => import('@/tabviews/custom/components/carousel/data-card')) -- Gitblit v1.8.0