From 20fda7434c88eae3237399a008f6ae0db50d0eab Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期四, 15 九月 2022 19:12:29 +0800
Subject: [PATCH] 2022-09-15

---
 src/views/pcdesign/index.jsx |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/src/views/pcdesign/index.jsx b/src/views/pcdesign/index.jsx
index 5210249..06198dc 100644
--- a/src/views/pcdesign/index.jsx
+++ b/src/views/pcdesign/index.jsx
@@ -30,6 +30,7 @@
 const MenuShell = asyncComponent(() => import('@/pc/menushell'))
 const ViewNodes = asyncComponent(() => import('@/menu/viewnodes'))
 const SourceWrap = asyncComponent(() => import('@/pc/modulesource'))
+const Modulecell = asyncComponent(() => import('@/menu/modulecell'))
 const CreateView = asyncComponent(() => import('@/pc/createview'))
 const BgController = asyncComponent(() => import('@/pc/bgcontroller'))
 const Quotecomponent = asyncComponent(() => import('@/pc/quotecomponent'))
@@ -1861,6 +1862,9 @@
                   <Panel header={dict['mob.component']} key="component">
                     <SourceWrap />
                   </Panel>
+                  <Panel header="鍏冪礌" key="element">
+                    <Modulecell />
+                  </Panel>
                   {customComponents && customComponents.length ? <Panel header="鑷畾涔夌粍浠�" key="cuscomponent">
                     <SourceWrap components={customComponents} />
                   </Panel> : null}

--
Gitblit v1.8.0