mirror of
https://github.com/YMFE/yapi.git
synced 2025-01-06 12:45:22 +08:00
fix
This commit is contained in:
parent
cd8b6b00f3
commit
9d31a3bd32
@ -86,7 +86,7 @@ class InterfaceTable extends Component {
|
||||
<span>
|
||||
<Link to={`/add-interface/edit/${data._id}`}><span>编辑</span></Link>
|
||||
<span className="ant-divider" />
|
||||
<Popconfirm title="是否删除接口!" onConfirm={confirm} okText="Yes" cancelText="No">
|
||||
<Popconfirm title="你确定要删除接口吗!" onConfirm={confirm} okText="Yes" cancelText="No">
|
||||
<a href="">删除</a>
|
||||
</Popconfirm>
|
||||
</span>
|
||||
|
Loading…
Reference in New Issue
Block a user