Commit 39637abc authored by 前端-黄佳鑫's avatar 前端-黄佳鑫

fix: 修复接口引入

parent 8afbddcf
...@@ -6,7 +6,7 @@ import { StandardTable } from '@linkseeks/god'; ...@@ -6,7 +6,7 @@ import { StandardTable } from '@linkseeks/god';
import { ColumnType } from 'antd/lib/table/interface'; import { ColumnType } from 'antd/lib/table/interface';
import { history } from 'umi'; import { history } from 'umi';
import { useRowSelectionTable } from '@/hooks/useRowSelectionTable'; import { useRowSelectionTable } from '@/hooks/useRowSelectionTable';
import { postManageSensitiveWordDelete } from '@/services/ManageV2Api'; import { getManageSensitiveWordPage, postManageSensitiveWordDelete } from '@/services/ManageV2Api';
const SensitiveWords: React.FC<{}> = () => { const SensitiveWords: React.FC<{}> = () => {
const ref = useRef<any>({}); const ref = useRef<any>({});
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment