king
2021-04-14 30b6c01972cc74152b733a94edcc0c2a614a2268
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,7 @@
        code: '自定义',
        navbar: '导航栏',
        carousel: '轮播',
        dashboard: '仪表盘',
        card: '卡片',
        login: '登录'
      }