From 635d21ef52504980fe4cfce4acc4fc1717de4298 Mon Sep 17 00:00:00 2001
From: 王旭 <1377869194@qq.com>
Date: 星期三, 21 九月 2022 10:49:00 +0800
Subject: [PATCH] Merge branch 'master' of ssh://192.168.20.39:29418/LFWEB

---
 src/components/navMenu.vue |   40 ++++++++++++++++++++++++----------------
 1 files changed, 24 insertions(+), 16 deletions(-)

diff --git a/src/components/navMenu.vue b/src/components/navMenu.vue
index 02a8e8f..504277f 100644
--- a/src/components/navMenu.vue
+++ b/src/components/navMenu.vue
@@ -16,6 +16,20 @@
           @close="handleClose"
           @select="handleselect"
         >
+          <el-submenu index="3" class="faSub">
+            <template slot="title">
+              <span>{{ $t("synthesis.synthesis") }}</span>
+            </template>
+            <el-menu-item index="Synthesis">{{
+              $t("synthesis.synthesis")
+            }}</el-menu-item>
+            <el-menu-item index="Thematic">{{
+              $t("synthesis.themaic")
+            }}</el-menu-item>
+            <el-menu-item index="Archive">{{
+              $t("synthesis.archive")
+            }}</el-menu-item>
+          </el-submenu>
           <el-submenu index="1" class="faSub">
             <template slot="title">
               <span>{{ $t("dataManage.dataManage") }}</span>
@@ -76,8 +90,8 @@
               <template slot="title">{{
                 $t("operatManage.operationMonitoring")
               }}</template>
-              <el-menu-item index="systemMonitoring">{{
-                $t("operatManage.systemMonitoring")
+              <el-menu-item index="eventlogManage">{{
+                $t("operatManage.eventlogManage")
               }}</el-menu-item>
               <el-menu-item index="logLog">{{
                 $t("operatManage.logLog")
@@ -88,22 +102,16 @@
               <el-menu-item index="databaseMonitoring">{{
                 $t("operatManage.databaseMonitoring")
               }}</el-menu-item>
+
+              <el-menu-item index="blackwhiteList"
+                >{{ $t("operatManage.blackwhiteList") }}
+              </el-menu-item>
+              <el-menu-item index="tokentool">{{
+                $t("operatManage.tokentool")
+              }}</el-menu-item>
             </el-submenu>
           </el-submenu>
-          <el-submenu index="3" class="faSub">
-            <template slot="title">
-              <span>{{ $t("synthesis.synthesis") }}</span>
-            </template>
-            <el-menu-item index="Synthesis">{{
-              $t("synthesis.synthesis")
-            }}</el-menu-item>
-            <el-menu-item index="Thematic">{{
-              $t("synthesis.themaic")
-            }}</el-menu-item>
-            <el-menu-item index="Archive">{{
-              $t("synthesis.archive")
-            }}</el-menu-item>
-          </el-submenu>
+
           <!-- <el-submenu index="4" class="faSub">
             <template slot="title">鏁版嵁璐ㄦ</template>
             <el-menu-item index="4-1">鏁版嵁璐ㄦ</el-menu-item>

--
Gitblit v1.9.3