mirror of
https://github.com/YMFE/yapi.git
synced 2025-03-07 14:16:52 +08:00
docs: 错别字修正
This commit is contained in:
parent
77c5114635
commit
d506525cce
@ -46,7 +46,7 @@ class AddInterfaceForm extends Component {
|
||||
>
|
||||
{getFieldDecorator('name', {
|
||||
rules: [{
|
||||
required: true, message: '清输入分类名称!'
|
||||
required: true, message: '请输入分类名称!'
|
||||
}],
|
||||
initialValue: this.props.catdata? this.props.catdata.name || null: null
|
||||
})(
|
||||
|
@ -97,7 +97,7 @@ class AddInterfaceForm extends Component {
|
||||
>
|
||||
{getFieldDecorator('path', {
|
||||
rules: [{
|
||||
required: true, message: '清输入接口路径!'
|
||||
required: true, message: '请输入接口路径!'
|
||||
}]
|
||||
})(
|
||||
<Input onBlur={this.handlePath} addonBefore={prefixSelector} placeholder="/path" />
|
||||
|
Loading…
Reference in New Issue
Block a user