From 12db42892d9b2e30811031eda2a31e17965091ef Mon Sep 17 00:00:00 2001 From: xiaoxian521 <1923740402@qq.com> Date: Thu, 17 Nov 2022 15:29:12 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E8=A7=84=E8=8C=83`menuArrowIconNoTran?= =?UTF-8?q?sition`=20=E5=86=99=E6=B3=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/serverConfig.json | 2 +- src/layout/components/sidebar/sidebarItem.vue | 2 +- types/global.d.ts | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/public/serverConfig.json b/public/serverConfig.json index e83e9caaa..8de35b77b 100644 --- a/public/serverConfig.json +++ b/public/serverConfig.json @@ -16,7 +16,7 @@ "EpThemeColor": "#409EFF", "ShowLogo": true, "ShowModel": "smart", - "menuArrowIconNoTransition": false, + "MenuArrowIconNoTransition": false, "MapConfigure": { "amapKey": "97b3248d1553172e81f168cf94ea667e", "options": { diff --git a/src/layout/components/sidebar/sidebarItem.vue b/src/layout/components/sidebar/sidebarItem.vue index 5f284e1d4..be4ac7fda 100644 --- a/src/layout/components/sidebar/sidebarItem.vue +++ b/src/layout/components/sidebar/sidebarItem.vue @@ -78,7 +78,7 @@ const getSpanStyle = computed(() => { }); const expandCloseIcon = computed(() => { - return getConfig()?.menuArrowIconNoTransition ? "expand-close-icon" : ""; + return getConfig()?.MenuArrowIconNoTransition ? "expand-close-icon" : ""; }); const onlyOneChild: childrenType = ref(null); diff --git a/types/global.d.ts b/types/global.d.ts index a5c5fb995..8af7d27d5 100644 --- a/types/global.d.ts +++ b/types/global.d.ts @@ -110,7 +110,7 @@ declare global { EpThemeColor?: string; ShowLogo?: boolean; ShowModel?: string; - menuArrowIconNoTransition?: boolean; + MenuArrowIconNoTransition?: boolean; MapConfigure?: { amapKey?: string; options: {