From 7969f6791b28e94a32ac4f8a098e171ca7756580 Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期二, 14 一月 2025 22:06:42 +0800
Subject: [PATCH] 2025-01-14

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

diff --git a/src/views/pcdesign/index.jsx b/src/views/pcdesign/index.jsx
index d9585dd..c5fc857 100644
--- a/src/views/pcdesign/index.jsx
+++ b/src/views/pcdesign/index.jsx
@@ -1354,7 +1354,7 @@
       let _config = fromJS(config).toJS()
       let NavBar = null
       _config.components = _config.components.map(item => {
-        if (item.type === 'navbar') {
+        if (item.type === 'navbar' && item.wrap) {
           NavBar = fromJS(item).toJS()
           return {
             type: 'navbar',

--
Gitblit v1.8.0