zhaochongyi
2024-09-02 af92a5138042c26b6460bcdbe4746caebc6f0b4b
frontend/src/layouts/AppSider.vue
@@ -31,7 +31,7 @@
  const menu = ref([
    {label: '通讯设置', key: 'Communication',icon:  h(CloudServerOutlined)},
    {label: '卡片设置', key: 'Card', icon: h(CreditCardOutlined)},
    {label: '高级设置', key: 'Advanced', icon: h(SettingOutlined)},
    // {label: '高级设置', key: 'Advanced', icon: h(SettingOutlined)},
  ])
  const current = ref('Communication');