king
2021-06-02 e543372cc70a19ff2630c79d8421c2c593e54e5f
src/pc/menushell/index.jsx
@@ -19,6 +19,10 @@
    handleList({...menu, components: _cards})
    setCards(_cards)
  }
  if (menu.components.length > cards.length) {
    setCards(menu.components)
  }
  
  const findCard = id => {
    const card = cards.filter(c => `${c.uuid}` === id)[0]
@@ -102,6 +106,8 @@
        code: '自定义',
        navbar: '导航栏',
        carousel: '轮播',
        dashboard: '仪表盘',
        tree: '树形列表',
        card: '卡片',
        login: '登录'
      }