diff --git a/portal-ui/src/views/VideoGen.vue b/portal-ui/src/views/VideoGen.vue index 6cdd421..791f963 100644 --- a/portal-ui/src/views/VideoGen.vue +++ b/portal-ui/src/views/VideoGen.vue @@ -1201,6 +1201,7 @@ export default { this.$message.warning('任务已完成但未返回视频地址,请稍后重试或联系管理员') } this.destroyInterval() + this.$store.dispatch('user/getInfo').catch(() => {}) this.refreshChatFirstPage() return }