mirror of
https://github.com/YMFE/yapi.git
synced 2024-12-15 05:10:47 +08:00
docs: 数据导入文档提示
This commit is contained in:
parent
443223e8bf
commit
0b303c47ff
@ -136,7 +136,7 @@ class ProjectData extends Component {
|
||||
<div className="m-panel">
|
||||
<div className="postman-dataImport">
|
||||
<div className="dataImportCon">
|
||||
<div ><h3>数据导入 <a target="_blank" href="https://yapi.ymfe.org/index-%E6%95%B0%E6%8D%AE%E5%AF%BC%E5%85%A5(%E9%87%8D%E8%A6%81).html" ><Icon type="question-circle-o" /></a></h3></div>
|
||||
<div ><h3>数据导入 <a target="_blank" rel="noopener noreferrer" href="https://yapi.ymfe.org/data.html" ><Icon type="question-circle-o" /></a></h3></div>
|
||||
<div className="dataImportTile">
|
||||
<Select placeholder="请选择导入数据的方式" onChange={this.handleImportType}>
|
||||
{Object.keys(importDataModule).map((name) => {
|
||||
|
Loading…
Reference in New Issue
Block a user