From 1b913a7b9ceace4909594225a201efe9fbae93d3 Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期三, 09 三月 2022 23:07:19 +0800
Subject: [PATCH] 2022-03-09

---
 src/mob/components/topbar/normal-navbar/index.jsx |   13 -------------
 1 files changed, 0 insertions(+), 13 deletions(-)

diff --git a/src/mob/components/topbar/normal-navbar/index.jsx b/src/mob/components/topbar/normal-navbar/index.jsx
index 6888fcc..6fcaff3 100644
--- a/src/mob/components/topbar/normal-navbar/index.jsx
+++ b/src/mob/components/topbar/normal-navbar/index.jsx
@@ -130,19 +130,6 @@
     }
   }
 
-  changeMenu = (menu) => {
-    if (menu.property === 'link') {
-      window.open(menu.link)
-    } else {
-      MKEmitter.emit('changeEditMenu', {
-        MenuID: menu.property === 'linkmenu' ? menu.linkMenuId : menu.MenuID,
-        copyMenuId: menu.property === 'menu' ? menu.copyMenuId : '',
-        MenuNo: menu.MenuNo,
-        MenuName: menu.name,
-      })
-    }
-  }
-
   getSearch = (config) => {
     const { card } = this.state
 

--
Gitblit v1.8.0