From 1f6c223011b86a02dccf89e269c3849f11345371 Mon Sep 17 00:00:00 2001
From: 670788339 <670788339@qq.com>
Date: Fri, 24 Oct 2025 09:46:46 +0800
Subject: [PATCH] =?UTF-8?q?=E5=8E=9F=E6=A0=87=E7=AD=BE?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/components/BreadCrumb.vue | 7 +++++
src/components/NavLeft.vue | 26 +++++++++++++++---
src/views/tag/TagManage.vue | 52 +++++++++++++++++++++++++++++++++++
3 files changed, 81 insertions(+), 4 deletions(-)
create mode 100644 src/views/tag/TagManage.vue
diff --git a/src/components/BreadCrumb.vue b/src/components/BreadCrumb.vue
index d5397b9b..5a5ae1d7 100644
--- a/src/components/BreadCrumb.vue
+++ b/src/components/BreadCrumb.vue
@@ -893,6 +893,13 @@
}
];
}
+ if (n.indexOf("/tagmanage") !== -1 || n.indexOf("/download") !== -1) {
+ state.list = [
+ {
+ name: "标签管理",
+ },
+ ];
+ }
}
);
diff --git a/src/components/NavLeft.vue b/src/components/NavLeft.vue
index 2a7cfc10..6c78775a 100644
--- a/src/components/NavLeft.vue
+++ b/src/components/NavLeft.vue
@@ -564,7 +564,18 @@
新任管理者培训数据
-
+
+
+
+

+
+ 标签管理
+
+
+
@@ -572,13 +583,13 @@
-
+
业务支援读书会管理
-
+
@@ -673,7 +684,7 @@ import { reactive, toRefs, onMounted, onUnmounted, watch } from "vue";
import { useRoute } from "vue-router";
import { useStore } from "vuex";
import { checkMenu, checkOrgs, lecturerRoute } from "@/utils/utils";
-import { reportOrgs } from "@/api/indexProject";
+// import { reportOrgs } from "@/api/indexProject";
export default {
name: "NavLeft",
setup() {
@@ -706,6 +717,7 @@ export default {
"sub13",
"sub14",
"sub15",
+ "sub16",
"sub17",
"sub18",
"sub19",
@@ -1000,6 +1012,12 @@ export default {
selectedKeys: "sub15",
pagename: "下载中心",
},
+ {
+ href: "/tagmanage",
+ openKeys: "sub16",
+ selectedKeys: "sub16",
+ pagename: "标签管理",
+ },
{
href: "/operational",
openKeys: "sub17",
diff --git a/src/views/tag/TagManage.vue b/src/views/tag/TagManage.vue
new file mode 100644
index 00000000..0f44a8fe
--- /dev/null
+++ b/src/views/tag/TagManage.vue
@@ -0,0 +1,52 @@
+
+
+
+
+
+
+
+
+
+