From efe3e228713018604a1767e58aaa73382d4bbc23 Mon Sep 17 00:00:00 2001
From: yangys <y_ys79@sina.com>
Date: 星期五, 05 九月 2025 23:20:03 +0800
Subject: [PATCH] Merge branch 'master' of http://www.beijingsoft.cn:9090/r/mdmweb
---
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