Commit 8a2c49e3 by lijiabin

feat: 打开个人中心编辑草稿视频的功能

parent e1b133f3
...@@ -120,8 +120,7 @@ const { list, loading, searchParams, total, refresh, goToPage, changePageSize } ...@@ -120,8 +120,7 @@ const { list, loading, searchParams, total, refresh, goToPage, changePageSize }
const handleEdit = (item: any) => { const handleEdit = (item: any) => {
if (item.type === ArticleTypeEnum.VIDEO) { if (item.type === ArticleTypeEnum.VIDEO) {
// router.push(`/publishVideo/${item.id}`) router.push(`/publishVideo?id=${item.id}`)
push.warning('视频编辑功能暂未开放')
} else { } else {
router.push(`/publishLongArticle/${item.type}?id=${item.id}`) router.push(`/publishLongArticle/${item.type}?id=${item.id}`)
} }
......
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