feat: 登录直接跳转到生成视频页面
This commit is contained in:
parent
982ce1f179
commit
4d428b9d94
|
|
@ -1201,6 +1201,7 @@ export default {
|
||||||
this.$message.warning('任务已完成但未返回视频地址,请稍后重试或联系管理员')
|
this.$message.warning('任务已完成但未返回视频地址,请稍后重试或联系管理员')
|
||||||
}
|
}
|
||||||
this.destroyInterval()
|
this.destroyInterval()
|
||||||
|
this.$store.dispatch('user/getInfo').catch(() => {})
|
||||||
this.refreshChatFirstPage()
|
this.refreshChatFirstPage()
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue