umi version bug
This commit is contained in:
parent
2573bcaf92
commit
e1e3be50e3
|
@ -1,6 +1,6 @@
|
|||
import React, {Fragment} from 'react';
|
||||
import {Card, Divider, Popconfirm, Table} from "antd";
|
||||
import Link from "_umi@2.13.16@umi/link";
|
||||
import {Link} from "umi"
|
||||
import moment from "moment";
|
||||
|
||||
class Overview extends React.Component {
|
||||
|
|
|
@ -11,7 +11,6 @@ import moment from 'moment';
|
|||
import {createDependencyProposals} from './autocomplete';
|
||||
import InputSelect from '@/components/infini/InputSelect';
|
||||
import {getFields,getESAPI} from '@/lib/elasticsearch/util';
|
||||
import {Link} from "_umi@2.13.16@umi";
|
||||
|
||||
function findParentIdentifier(textUntilPosition){
|
||||
let chars = textUntilPosition;
|
||||
|
|
|
@ -156,7 +156,7 @@ class Index extends PureComponent {
|
|||
<a>删除</a>
|
||||
</Popconfirm>
|
||||
<Divider type="vertical" />
|
||||
<Link to={"/data/doc?index=" + record.index}>文档管理</Link>
|
||||
<Link to={"/data/document?index=" + record.index}>文档管理</Link>
|
||||
</Fragment>
|
||||
),
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue