huangbin há 4 anos atrás
pai
commit
f1f3ce2310
1 ficheiros alterados com 2 adições e 2 exclusões
  1. 2 2
      src/layout/components/header.vue

+ 2 - 2
src/layout/components/header.vue

@@ -87,8 +87,8 @@ const setFn = () => {
         // { name: '手机号码绑定/解绑', path: 'phone' },
         // { name: '关于我们', path: 'aboutUs' },
         { name: '退出', path: 'logout' },
-        { name: '白主题', path: ThemeEnum.light },
-        { name: '黑主题', path: ThemeEnum.dark },
+        // { name: '白主题', path: ThemeEnum.light },
+        // { name: '黑主题', path: ThemeEnum.dark },
     ];
     const { openAction } = openModal('logout');
     function chooseSetMenu(path: string) {