From 057ce688e9fe904c1a74b2505531d5afc7acf43e Mon Sep 17 00:00:00 2001
From: yangys <y_ys79@sina.com>
Date: 星期三, 10 九月 2025 23:03:56 +0800
Subject: [PATCH] 修复bug
---
src/page/index/top/index.vue | 9 ++++++++-
1 files changed, 8 insertions(+), 1 deletions(-)
diff --git a/src/page/index/top/index.vue b/src/page/index/top/index.vue
index 01527ee..ddea47b 100644
--- a/src/page/index/top/index.vue
+++ b/src/page/index/top/index.vue
@@ -23,15 +23,20 @@
<div v-if="setting.lock" class="top-bar__item">
<top-lock></top-lock>
</div>
+ <!--
<div class="top-bar__item">
<top-lang></top-lang>
</div>
+ -->
<div class="top-bar__item" v-if="setting.fullscreen">
<top-full></top-full>
</div>
- <div class="top-bar__item" v-if="setting.debug">
+ <!-- <div class="top-bar__item" v-if="setting.debug">
<top-logs></top-logs>
</div>
+ <div class="top-bar__item" v-if="setting.debug">
+ <topTodo></topTodo>
+ </div> -->
<div class="top-user">
<img class="top-bar__img" :src="userInfo.avatar" />
<el-dropdown :hide-on-click="false">
@@ -120,6 +125,7 @@
import topSearch from './top-search.vue';
import topTheme from './top-theme.vue';
import topLogs from './top-logs.vue';
+import topTodo from './top-todo.vue';
import topColor from './top-color.vue';
import topLang from './top-lang.vue';
import topFull from './top-full.vue';
@@ -140,6 +146,7 @@
topLang,
topFull,
topSetting,
+ topTodo
},
name: 'top',
data() {
--
Gitblit v1.9.3