From ecd780a6f48b813778b601a9dc40a07a89bebd6b Mon Sep 17 00:00:00 2001 From: dushixiang Date: Fri, 19 Mar 2021 23:18:09 +0800 Subject: [PATCH] =?UTF-8?q?=E7=A7=BB=E9=99=A4=E5=8A=A8=E6=80=81=E6=8C=87?= =?UTF-8?q?=E4=BB=A4=E9=A1=B5=E9=9D=A2=E7=9A=84page=20header?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web/src/components/command/BatchCommand.js | 29 +--------------------- 1 file changed, 1 insertion(+), 28 deletions(-) diff --git a/web/src/components/command/BatchCommand.js b/web/src/components/command/BatchCommand.js index 75461db..927e195 100644 --- a/web/src/components/command/BatchCommand.js +++ b/web/src/components/command/BatchCommand.js @@ -1,27 +1,12 @@ import React, {Component} from 'react'; -import {Card, Input, List, PageHeader, Spin} from "antd"; +import {Card, Input, List, Spin} from "antd"; import Console from "../access/Console"; -import {itemRender} from "../../utils/utils"; import './Command.css' import request from "../../common/request"; import {message} from "antd/es"; const {Search} = Input; -const routes = [ - { - path: '', - breadcrumbName: '首页', - }, - { - path: '/dynamic-command', - breadcrumbName: '动态指令', - }, - { - path: '/batch-command', - breadcrumbName: '批量执行命令', - } -]; class BatchCommand extends Component { @@ -72,18 +57,6 @@ class BatchCommand extends Component { render() { return ( <> - - -
{