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');