Explorar o código

chore: update

xiaoxian521 %!s(int64=2) %!d(string=hai) anos
pai
achega
3c44909f47
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  1. 0 1
      src/layout/components/setting/index.vue

+ 0 - 1
src/layout/components/setting/index.vue

@@ -204,7 +204,6 @@ const getThemeColor = computed(() => {
 
 /** 设置导航模式 */
 function setLayoutModel(layout: string) {
-  if (layout === $storage.layout.layout) return;
   layoutTheme.value.layout = layout;
   window.document.body.setAttribute("layout", layout);
   $storage.layout = {