diff --git a/src/views/dashboard/workplace/components/banner.vue b/src/views/dashboard/workplace/components/banner.vue index b3d78ffc..6956259e 100644 --- a/src/views/dashboard/workplace/components/banner.vue +++ b/src/views/dashboard/workplace/components/banner.vue @@ -28,48 +28,48 @@ - - - - - - - - - - + + + + + + @@ -112,7 +112,7 @@ const state = reactive({ eepromSize: t('workplace.clickCheck'), - activeKey: JSON.parse(localStorage.getItem('mainActiveKey') ?? "[1]") + activeKey: JSON.parse(localStorage.getItem('mainActiveKey') ?? "[2]") }) const changeMainActive = (e: any) => {