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 @@
+
+
+
+
+
+
+
+
+
+