mirror of
https://github.com/YMFE/yapi.git
synced 2024-12-15 05:10:47 +08:00
docs: 文案修改
This commit is contained in:
parent
e9f2b9d4e3
commit
46a23bd073
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user