From 10e2b76a5b403c17da448d8e043c42966b14e657 Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期日, 25 七月 2021 23:46:20 +0800
Subject: [PATCH] 2021-07-25

---
 src/mob/components/menubar/normal-menubar/index.jsx |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/src/mob/components/menubar/normal-menubar/index.jsx b/src/mob/components/menubar/normal-menubar/index.jsx
index e2e9dc2..e02f32e 100644
--- a/src/mob/components/menubar/normal-menubar/index.jsx
+++ b/src/mob/components/menubar/normal-menubar/index.jsx
@@ -180,12 +180,14 @@
       setting: { type: 'menu', width: 6, sign: 'icon', icon: 'user', name: '瀹㈡埛', url: '', color: '#ffffff', iconFont: 20, padding: 12, background: '#1890ff', imgWidth: '' },
       style: {
         paddingTop: '15px', paddingBottom: '15px'
-      }
+      },
+      isnew: true
     }
 
     if (card.subMenus.length > 0) {
       newcard = fromJS(card.subMenus.slice(-1)[0]).toJS()
       newcard.uuid = Utils.getuuid()
+      newcard.isnew = true
     }
 
     card.subMenus.push(newcard)

--
Gitblit v1.8.0