From 46a23bd073f3b42da77dd322d5f5b3831c6546cf Mon Sep 17 00:00:00 2001 From: "wenbo.dong" Date: Fri, 13 Oct 2017 16:35:17 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20=E6=96=87=E6=A1=88=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../containers/Project/Interface/InterfaceList/InterfaceMenu.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/containers/Project/Interface/InterfaceList/InterfaceMenu.js b/client/containers/Project/Interface/InterfaceList/InterfaceMenu.js index 7e6c9b68..4c6f5f9a 100755 --- a/client/containers/Project/Interface/InterfaceList/InterfaceMenu.js +++ b/client/containers/Project/Interface/InterfaceList/InterfaceMenu.js @@ -198,7 +198,7 @@ class InterfaceMenu extends Component { showDelCatConfirm = (catid) => { let that = this; const ref = confirm({ - title: '您确认删除此接口分类', + title: '确定删除此接口分类吗?', content: '温馨提示:该操作会删除该分类下所有接口,接口删除后无法恢复', async onOk() { await that.props.deleteInterfaceCatData(catid, that.props.projectId)