|
@@ -2,7 +2,7 @@ import React, { useEffect, useState } from 'react';
|
|
|
import { Space, Table, Button, Input, Select, Tabs, message, Spin, Popconfirm } from 'antd';
|
|
|
import type { TableProps } from 'antd';
|
|
|
import styles from './index.module.css';
|
|
|
-import { AddWeComPlanParam, WeComPlan, WeComPlanListResponse, WeComPlanType, WeVideoItem } from './type';
|
|
|
+import { AddWeComPlanParam, WeComPlan, WeComPlanListResponse, WeComPlanType } from './type';
|
|
|
import request from '@src/http/index';
|
|
|
import { deleteQwPlanApi, getQwPlanListApi, getShareQrPic, saveQwPlanApi } from "@src/http/api"
|
|
|
import LinkDetailModal from './components/linkDetailModal';
|