From 47a78e8c3099ee70f2e1227831874b063f5cc628 Mon Sep 17 00:00:00 2001 From: zwjamnsss Date: Thu, 17 Aug 2017 20:58:43 +0800 Subject: [PATCH] feat: menu --- client/containers/Project/Interface/Interface.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/client/containers/Project/Interface/Interface.js b/client/containers/Project/Interface/Interface.js index 1ecbd554..206088d4 100644 --- a/client/containers/Project/Interface/Interface.js +++ b/client/containers/Project/Interface/Interface.js @@ -1,7 +1,7 @@ import React, { Component } from 'react' import PropTypes from 'prop-types' import { Row, Col, Tabs } from 'antd'; -import { Route, Switch, Redirect } from 'react-router-dom'; +import { Route, Switch } from 'react-router-dom'; import './interface.scss' @@ -50,7 +50,7 @@ class Interface extends Component { } render() { - const { action, id } = this.props.match.params; + const { action } = this.props.match.params; return
@@ -70,7 +70,7 @@ class Interface extends Component {
- +