From 4aa13af3c74cf57d70bad9c4bc53b2c26e04fb5d Mon Sep 17 00:00:00 2001
From: heyujie <516346543@qq.com>
Date: 星期三, 26 一月 2022 13:46:53 +0800
Subject: [PATCH] 集群管理搜索集群

---
 src/pages/vindicate/index/App.vue |   15 +++++++++++----
 1 files changed, 11 insertions(+), 4 deletions(-)

diff --git a/src/pages/vindicate/index/App.vue b/src/pages/vindicate/index/App.vue
index ee839c1..90264c0 100644
--- a/src/pages/vindicate/index/App.vue
+++ b/src/pages/vindicate/index/App.vue
@@ -26,13 +26,13 @@
       style="width: 100%"
       ref="view_0"
     ></updateSettings>
-    <!-- <back-up v-if="activePage == 3" style="width: 100%"></back-up> -->
+    <back-up v-if="activePage == 3" style="width: 100%"></back-up>
     <restartSettings
       v-if="activePage == 2"
       style="width: 100%"
       ref="view_2"
     ></restartSettings>
-    <sysInfo v-if="activePage == 3" style="width: 100%" ref="view_3"></sysInfo>
+    <sysInfo v-if="activePage == 4" style="width: 100%" ref="view_3"></sysInfo>
   </div>
 
   <div
@@ -99,7 +99,7 @@
 import { getUrlKey } from "@/api/utils";
 import systemClean from "../views/systemClean";
 import updateSettings from "../views/updateSettings";
-// import BackUp from "../views/backUp";
+import BackUp from "../views/backUp";
 import restartSettings from "../views/restartSettings";
 import sysInfo from "../views/sysInfo";
 export default {
@@ -107,7 +107,7 @@
   components: {
     systemClean,
     updateSettings,
-    //   BackUp,
+      BackUp,
     restartSettings,
     sysInfo,
   },
@@ -126,6 +126,7 @@
           img_white: "/images/vindicate/绯荤粺娓呯悊-鐧�.png",
           img_welcome: "/images/vindicate/绯荤粺娓呯悊.png",
         },
+        
         {
           name: "閲嶅惎璁剧疆",
           img_black: "/images/vindicate/閲嶅惎璁剧疆-榛�.png",
@@ -133,6 +134,12 @@
           img_welcome: "/images/vindicate/閲嶅惎璁剧疆.png",
         },
         {
+          name: "澶囦唤杩樺師",
+          img_black: "/images/vindicate/绯荤粺娓呯悊-榛�.png",
+          img_white: "/images/vindicate/绯荤粺娓呯悊-鐧�.png",
+          img_welcome: "/images/vindicate/绯荤粺娓呯悊.png",
+        },
+        {
           name: "绯荤粺淇℃伅",
           img_black: "/images/vindicate/绯荤粺淇℃伅-榛�.png",
           img_white: "/images/vindicate/绯荤粺淇℃伅-鐧�.png",

--
Gitblit v1.8.0