From af92a5138042c26b6460bcdbe4746caebc6f0b4b Mon Sep 17 00:00:00 2001 From: zhaochongyi <11111> Date: 星期一, 02 九月 2024 10:10:02 +0800 Subject: [PATCH] 修改初始化 --- frontend/src/layouts/AppSider.vue | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/frontend/src/layouts/AppSider.vue b/frontend/src/layouts/AppSider.vue index 3885ee8..f6dd870 100644 --- a/frontend/src/layouts/AppSider.vue +++ b/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'); -- Gitblit v1.8.0