Commit cf442883 by 王立鹏

Merge branch '线上优化/放开草稿箱编辑视频的功能' into 'master'

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

See merge request !11
parents e1b133f3 8a2c49e3
...@@ -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