king
2021-09-08 6d71b3fac75a35e8ebf08e71ba40c5be8a586024
src/menu/pastecontroller/index.jsx
@@ -51,9 +51,7 @@
      item.uuid = MenuUtils.getuuid()
      item.setting.name = item.setting.name + MenuUtils.getdataName().toUpperCase().substr(-4)
      item.name = item.setting.name
      if (appType !== 'mob') {
        item.components = item.components.filter(cell => cell.type !== 'menubar')
      }
      item.components = item.components.map(cell => {
        cell.floor = item.floor
        cell.tabId = item.tabId || ''